&&numberOfLevels

From m204wiki
Jump to navigation Jump to search
Action:

Returns the number of code levels being debugged. The main program is one level, and each active daemon adds another level. For example, if a request spawns a daemon which itself spawns a daemon and the second daemon is currently executing, the return from &&numberOfLevels is 3.

If no program is being debugged, 0 is returned.  

Syntax:

&&numberOfLevels 

Introduced: Build 59