func_system_debuglog.rst 441 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _func_system_debuglog:
  2. ========
  3. DebugLog
  4. ========
  5. DebugLog -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. DebugLog( message$ )
  10. Write a string to debug log
  11. If there is no debugger present, this command is ignored.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. .. code-block:: blitzmax
  20. ' launchdir.bmx
  21. Print "This program was launched from "+LaunchDir$
  22. See Also
  23. ========