This does work, I do it every day. If you want to stop Mozilla earily in the load process stick a _asm int 3; in the code where you want the break. Then you will get a popup asking if you want to debug. From MSVC you can also restart the process on the debug menu after setting your breakpoints. To set break points in dynamically loaded libraries use the "load additional libraries" field.
Has anyone build a good set of commands for telling MSVC how to display Mozilla variables while in the debugger? -- Jon Smirl [EMAIL PROTECTED]
