News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How to debug in Quick Editor 4.0g

Started by asm4all, February 10, 2012, 10:34:12 PM

Previous topic - Next topic

asm4all

How can I debug in Hutch's Quick Editor 4.0g? 

Thanks for any help. 


GregL

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.

Tedd

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.)
No snowflake in an avalanche feels responsible.