Sorry for this question...but after 2 years using BlitzMax today I discovered this command and - falling from the sky - I'm still asking 'what the .... I can use it?'
I mean I'm using the old one 'Print' to send output to the 'debug console in BlitzMax IDE'.
If I use DebugLog "Hallo" it prints 'DebugLog:HAllo'...and reading the help I have more doubt than before...
Write a string to debug log.
Information If there is no debugger present, this command is ignored.
So the question is: how can I read these strings, or better what debugger I should/could use? (I doubt I will obtain different informations than the standard output in BlitzMax IDE - I believe!)
Thanks
I mean I'm using the old one 'Print' to send output to the 'debug console in BlitzMax IDE'.
If I use DebugLog "Hallo" it prints 'DebugLog:HAllo'...and reading the help I have more doubt than before...
Write a string to debug log.
Information If there is no debugger present, this command is ignored.
So the question is: how can I read these strings, or better what debugger I should/could use? (I doubt I will obtain different informations than the standard output in BlitzMax IDE - I believe!)
Thanks