Qbasicnews.com

Full Version: -g (debug code)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How is it used and how would it help me especially with array bounds checking?

Thanks!!!
Atm it will only add the function names and line-numbers to the debug symbols.

To debug the exe, use GDB or it's visual alternative, Insight.
Is there a Windows version (cli & gui) of the debugger?
Thanks
Yeah, GDB Insight, but it's part of the Cygwin package, so you must install part of Cygwin to use Insight.

It's not pretty, but way better than using GDB in text-mode, imo :P