Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Max on March 07, 2006, 06:30:29 pm

Title: Another question about the debugger
Post by: Max on March 07, 2006, 06:30:29 pm
Dear All,

Using the debugger inside CB I am watching a pretty big struct. The CB watch window is reporting the
struct members using one line only, separated by a comma.

Using the console debugger the members are reported using a multi line approach. Every member is reported
in a different line.
It is , IMHO, more convenient to observe the struct members in console.

Is it possible to change this behaviour?

What do you think about that?

Is this a feature request that may be requested or there are hidden reasons to do the window in that way.

Bye

(Windows XP, build 2141)

Max