DebugLog manual entry

BlitzPlus Forums/BlitzPlus Programming/DebugLog manual entry

_PJ_(Posted 2015) [#1]
Not sure what the F9 inclusion is for.
All that is required to see 'DebugLog' command in action is that the compiler is run with Debug Mode enabled.
The log itself appears on the Blitz Debugger window under "Debug log" tab.


Associate command, DebugObjects() (for which there are no parameters and no return value) will output to the Debug Log with a count of the various resources used by the blitz runtime.

If the total count of these resources is required during runtime, ActiveObjects() can return this number to a variable without any output to the log.