.. SetDebug

.. default - domain::js

.. include:: /includes/standard.rst

=================
SetDebug (Kernel)
=================

.. function:: 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:
	:func:`StackUsage`, :func:`InspectObj`, :func:`ShowObjs`, :func:`ShowFree`, :func:`ShowSends`, :func:`MemoryInfo`.


