silverfrost Site Admin
Joined: 29 Nov 2006 Posts: 191 Location: Manchester
|
Posted: Tue Sep 07, 2004 9:43 pm Post subject: INT 3 Instructions are present after executable lines in the |
|
|
Symptoms
When viewing the disassembly window inside the Visual Studio .NET debugger when debugging in Win32 configuration, INT 3 instructions appear after every executable line.
Cause
The debugger inserts these instructions when the user has performed a step to enable line by line stepping.
Solution
No action is neccessary from a user, these instructions are used internally by the debugger and can be ignored. |
|