&&numberOfLevels

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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