SetDebug (Kernel)

SetDebug()

Halts the game execution and starts the game debugger. From there, you can step through the execution of your game and inspect memory.

Important

This is SCI0 only.

Type ‘?’ in the debugger to see the list of commands.

See Also: StackUsage(), InspectObj(), ShowObjs(), ShowFree(), ShowSends(), MemoryInfo().