Put this in your code where you want the breakpoint and recompile.
_asm int 3;

This is easier than using the "load dll" function in msvc.

You can't set the breakpoint because your dll hasn't been loaded into memory
at the point where you are trying to set the breakpoint.

Assertions in Mozilla that cause popup windows without the debugger become
breakpoints when the debugger is running. You can ignore these if your code
isn't the cause. Just hit  F5 to contine.

--
Jon Smirl
[EMAIL PROTECTED]





Reply via email to