12345678910111213141516171819202122232425262728293031323334 |
- .. _func_system_debugstop:
- =========
- DebugStop
- =========
- DebugStop -
- Description
- ===========
- .. code-block:: blitzmax
- DebugStop()
- Stop program execution and enter debugger
- If there is no debugger present, this command is ignored.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|