func_system_debugstop.rst 344 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_system_debugstop:
  2. =========
  3. DebugStop
  4. =========
  5. DebugStop -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. DebugStop()
  10. Stop program execution and enter debugger
  11. If there is no debugger present, this command is ignored.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========