ide/debugger: Fixed evaluation of: ((int *)"Hello")[0]
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 09:36:58 +0000 (05:36 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 09:36:58 +0000 (05:36 -0400)
commit4d1afa69bfd3fe3c23522759074122883ef1a303
tree2c706fc777262537d67c42b6d090427cf11e4037
parentc7c7b317876b86397c419823a63619d6d576d88b
ide/debugger: Fixed evaluation of: ((int *)"Hello")[0]
- (int *)"Hello" will not be supported since it's meaningless and unescaping is not done until dereferenced
ide/src/debugger/debugTools.ec