Code::Blocks Forums

User forums => Help => Topic started by: Volks on July 27, 2015, 07:52:19 am

Title: auto-watch local variables no worky
Post by: Volks 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
Title: Re: auto-watch local variables no worky
Post by: oBFusCATed on July 27, 2015, 09:31:05 am
It seems that I've implemented them only for GDB and not for CDB.
Title: Re: auto-watch local variables no worky
Post by: Volks 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.