:?: As a beginner on win32asm, I wanna know how to set and use breakpoint in the IDE-masm32?WHO can figure it out to me?Thanks
Do you mean use interruption?
But how can i use interruption in masm32?
But how can i use interruption in masm32?
Type int 03 in your souce where you want the jit to break and assemble. When you run your program your debugger will pop up.
int 03 and 01 are breakpoint interupts designed specifically for debugging and unlike most of the other interupts can be used by win32.
best regards,
czDrillard
int 03 and 01 are breakpoint interupts designed specifically for debugging and unlike most of the other interupts can be used by win32.
best regards,
czDrillard
thank you ,Roticv & czDrillard.
you help me a lot.
you help me a lot.