1
edit
Changes
no edit summary
= Run Firefox 1.5 in Debug mode =
Written By [[user:yshen6|Yi Shen]].
== Required ==
# Firefox 1.5 already build on Windows
# Microsoft Visual Studio 2003 installed
== Instructions ==
First we need open the Firefox project in Visual Studio:
<pre>File>Open>Project...</pre>
[[Image:Yshen6 debugConsole.JPG]]<br/><br/><br/>
Now we have Firefox in debug mode. We can navigate to the code that building Canvus Objects by setting up breakpoints in the file.
== Conclusion ==