debugStatus
debugStatus(
)
=> nil
Description
Prints the functions and variables being traced, functions that have breakpoints set, functions being counted, and the line breakpoints statistics.
Line breakpoints statistics include the file name and the line number on which line breakpoints have been set.
Arguments
Value Returned
Examples
Returns nil and prints the debugging status of all functions.
debugStatus()
=> nil
Traced functions (mytest)
Traced variables (nil)
Traced properties (nil)
Breakpoints (myFunction1)
Counted functions nil
Line Breakpoints (40 (("/home/deeptik/demo.il")))
Related Topics
Return to top