Reputation: 63626
I can attach Visual Studio to an executable, and then my breakpoints get called.
What's going on under the hood? What mechanism allows my breakpoints to fire?
Upvotes: 11
Views: 2531
Reputation: 23619
There are two mechanisms that can be used to implement breakpoints:
See http://en.wikipedia.org/wiki/Breakpoint for more information.
Upvotes: 4