Previous: , Up: Edebug Breaks   [Index]


K.3.7.3 Source Breakpoints

All breakpoints in a definition are forgotten each time you reinstrument it. If you wish to make a breakpoint that won’t be forgotten, you can write a “source breakpoint”, which is simply a call to the function ‘edebug’ in your source code. You can, of course, make such a call conditional. If no instrumented code is being executed when ‘edebug’ is called, that function calls ‘debug’.