Advertisement

Debugger breakpoint interrupt

Started by April 07, 2005 12:04 AM
1 comment, last by Qoy 19 years, 7 months ago
I know the debugger breakpoint interrupt on x86 (at least for windows? I'm assuming it's OS-agnostic) is 3. Is there a similar interrupt for the mac processors?
I would try to do an assert and look at the disassembly in the debugger. It should show the interrupt call. You could also find the source for the assert macro.
Advertisement
Good call, I should have thought of that sooner :)

This topic is closed to new replies.

Advertisement