News:

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

Watch window in masmed

Started by DataHarry, July 07, 2011, 08:14:49 PM

Previous topic - Next topic

DataHarry

Hi,
Just started using masmEd, very nice :clap:
I love the debugger!
But I can not get any variables into the watch window,
please, what is the procedure to add a variable to the watch window?

Howard

Hi DataHarry

You've probably figured this by now - but if not, go to the Immediate Window (below the main Edit window) and type in Help. Look for Watch...

I guess you've found the 'debug.txt' file in the MasmEd folder.

Howard

DataHarry

Howard:
Thank you!
I read the 'debug.txt' and I got it up and running! :U

Howard

I've been using single-step in the debugger, but the "step-over" (Ctrl+F7) doesn't work for me. Do you get  the same?
Also I haven't figure what the 'Do Not Debug' in the drop-down means - any ideas?

Howard

DataHarry

Howard:
I just tested a small win32 console program, I let the main procedure call a Subprocedure (in the same .asm-file)
and I get the same result as you did, both F7 and CTRL+F7 both dives into the procedure?
I have not had the time to test it, but do you think making the procedure a library might help?