The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: DataHarry on July 07, 2011, 08:14:49 PM

Title: Watch window in masmed
Post by: DataHarry on July 07, 2011, 08:14:49 PM
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?
Title: Re: Watch window in masmed
Post by: Howard on July 14, 2011, 12:23:24 AM
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
Title: Re: Watch window in masmed
Post by: DataHarry on July 15, 2011, 06:52:10 PM
Howard:
Thank you!
I read the 'debug.txt' and I got it up and running! :U
Title: Re: Watch window in masmed
Post by: Howard on July 20, 2011, 01:02:49 AM
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
Title: Re: Watch window in masmed
Post by: DataHarry on July 22, 2011, 12:45:12 PM
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?