News:

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

Additional Menu Item for Debugger

Started by NUMBSKULL2, February 01, 2009, 01:26:51 AM

Previous topic - Next topic

NUMBSKULL2

I have MASM32 SDK Version 10 installed.
When  QuickEditor 4.0 is launched I set the current directory to My Documents in Windows Folder.
This is the folder where I preferr to keep my ASM,OBJ,EXE which are the created files.
The folder for MASM32 SDK is MASM32
A menu item to launch a Debugger has been added.
The following line was added under the Project Menu.
&Debuggername,\MASM32\BIN\GRDB.EXE
This menu item will launch the GRDB debugger yet no file is loaded into memory.
I have to do it manually with the "l" command.
I think there is a way to add some more information to the menu item line so that the files in the My Documents are used and loaded.

Thanks

I figured it out.
I had to modify item line as follows:
&Debuggername,\MASM32\BIN\GRDB.EXE {n}.exe
:bg