Author Topic: viewing variables  (Read 5124 times)

DJA

  • Guest
viewing variables
« on: January 15, 2013, 09:15:34 pm »
While I find Code::Blocks much more intuitive than Eclipse, one feature that would be nice in Code::Blocks is to highlight an expression and see its computed value, for example a->b[j] or x[m][n], rather than having to find the values of a, i, j and b or x, m and n, without having to open lots of variables. Also, it would be nice to open structures to see the contents of fields.

Apologies if this is possible, but I've searched high and low and can't seem to find any way to do this.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: viewing variables
« Reply #1 on: January 15, 2013, 09:26:48 pm »
You can try this patch (but don't expect to include it in the code): http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=3331&group_id=5358
I think there have been another user with a better patch, but I don't have more info about it.

p.s. please don't post in this sub forum about user problems, this is for cb's development only.
(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!]