&&numberOfLevels: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Ekern (talk | contribs)
Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the number of code levels being debugged. The main program is one level, and each active daem..."
 
(No difference)

Latest revision as of 18:53, 22 August 2022

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