Has GCSetmode 4 been removed?
It used to output debug messages but doesn't seem to do so any more.
<edit> Seems this works...
It used to output debug messages but doesn't seem to do so any more.
<edit> Seems this works...
Extern Function bbGCSetDebug(mode:Int) EndExtern Type test Field x:Int=5 EndType 'GCSetMode 4 Local mytest:test=New test bbGCSetDebug(1) Print GCCollect() Print GCMemAlloced() DebugLog(mytest.x)