12345678910111213141516171819202122232425262728293031323334353637383940 |
- .. _func_system_debuglog:
- ========
- DebugLog
- ========
- DebugLog -
- Description
- ===========
- .. code-block:: blitzmax
- DebugLog( message$ )
- Write a string to debug log
- If there is no debugger present, this command is ignored.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- .. code-block:: blitzmax
- ' launchdir.bmx
-
- Print "This program was launched from "+LaunchDir$
- See Also
- ========
|