How To Hard Code a Break Point

September 23, 2008

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;