How can I debug in Hutch's Quick Editor 4.0g?
Thanks for any help.
I have modified the menus to call Visual Studio or OllyDbg or whatever and have it load your debug build executable. You will need to modify the menus to do a debug build also. It's not difficult to do. See the help files.
In other words, QEditor isn't an IDE and doesn't provide debugging, it's just a text editor.
You can, however, add your own menu items and pass your program to a debugger, as Greg suggested.
(This means you also need a separate debugger.)