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.
-- Admin Silverfrost Limited