search for: dbgf

Displaying 1 result from an estimated 1 matches for "dbgf".

Did you mean: dbg
2010 Jan 22
0
ANNOUNCE: edtdbg debugging tool
...ndoes the last action of ,br thus removing the last breakpoint. If you wish to remove a different breakpoint, you need to do that manually. * ,dbga This tells R to set the debug status on all of your functions, i.e. call debug() on them. * ,dbgf This tells R to display a list of our functions with the status on each, regarding whether the function is currently the subject of a debug() call. The user can then specify on which functions to toggle that status. * ,q This exits the br...