News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

auto-watch local variables no worky

Started by Volks, July 27, 2015, 07:52:19 AM

Previous topic - Next topic

Volks

I've read that automatic inclusion of local variables had been reimplemented. Any ideas why it isn't working for me?

Built from svn: r10371
Windows 7 x64
Project built with msvc 2010
Using CDB debugger

oBFusCATed

It seems that I've implemented them only for GDB and not for CDB.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Volks

#2
Guess I'll just have to use external WinDbg for debugging OR take the leap and switch to GCC compiler but I'm afraid, I've used msvc all my life. Could someone hold my hand and tell me: "switching to GCC isn't that bad"? Maybe then I'll gather enough courage to switch.  :'(

Edit: Just switched to GCC and i'm liking it thus far. I confirm auto-watch of locals works with GDB.