Is it possible to set break points in the debugger?

Yes. Break points are also called spy points. You can use spy(F/N) in order to set a spy point, and nospy(F/N) in order to remove a spy point. You can control the debugger, and can cause it to only display calls of spy points. See Chapter 7 for the details.



Neng-Fa Zhou 2013-01-25