The BlitzMax Debugger

BlitzMax Forums/BlitzMax Programming/The BlitzMax Debugger

JoshK(Posted 2007) [#1]
I'm not too happy with the debugger. It rarely stops on the line the error occurs on, forcing me to add a bunch of notification messages, just to figure out what line the bug is on. Are there any plans to improve this? Am I not using it correctly?


skidracer(Posted 2007) [#2]
If it is a module file it will highlight the calling function of the main program if that module source is not already open. Double click on the lowest function listed in the call stack on the right to go directly to offending line.

Try out MaxEdit if you are using standard MaxIDE and want to disable this "feature".


JoshK(Posted 2007) [#3]
Nice. Could you add .vert and .frag file extensions for GLSL files, since many people use that convention?

Also, I noticed that when I set font styles, like bold and italic, the setting doesn't get saved when I close and restart the IDE.