The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: asm4all on February 10, 2012, 10:34:12 PM

Title: How to debug in Quick Editor 4.0g
Post by: asm4all on February 10, 2012, 10:34:12 PM
How can I debug in Hutch's Quick Editor 4.0g? 

Thanks for any help. 

Title: Re: How to debug in Quick Editor 4.0g
Post by: GregL on February 11, 2012, 04:34:26 AM
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.
Title: Re: How to debug in Quick Editor 4.0g
Post by: Tedd on February 11, 2012, 05:53:08 PM
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.)