I’m sure you are familiar with debug break points (press F9 in Visual Studio and a break point is there for you). What about programatically putting a break point? Try the following.
__asm int 3;
I’m sure you are familiar with debug break points (press F9 in Visual Studio and a break point is there for you). What about programatically putting a break point? Try the following.
__asm int 3;