ide/debugger: Fixed crashes on evaluating watches on structs
authorJerome St-Louis <jerome@ecere.com>
Mon, 19 May 2014 00:25:43 +0000 (20:25 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 19 May 2014 00:25:43 +0000 (20:25 -0400)
commitc1623e6c50537f7a6aa28db6daf03e918c8f64fe
treed605506e54cb04e3e66fbeb240c6a2976c944264
parentdc3153f43aa6dad72acead531bb42f5cfd13d3e4
ide/debugger: Fixed crashes on evaluating watches on structs
- Reverting decision to invoke OnGetString, as it can lead to an attempt
 to evaluate memory addresses in the debugged process and crash the IDE.
 Using GDB's output of the struct content instead for now.
ide/src/debugger/Debugger.ec