Author Topic: auto-watch local variables no worky  (Read 2570 times)

Offline Volks

  • Single posting newcomer
  • *
  • Posts: 2
auto-watch local variables no worky
« on: July 27, 2015, 07:52:19 am »
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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: auto-watch local variables no worky
« Reply #1 on: July 27, 2015, 09:31:05 am »
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!]

Offline Volks

  • Single posting newcomer
  • *
  • Posts: 2
Re: auto-watch local variables no worky
« Reply #2 on: July 28, 2015, 12:49:09 am »
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.
« Last Edit: July 28, 2015, 05:28:37 am by Volks »