User forums > Nightly builds

The 24 August 2010 build (6527) DEBUGGER BRANCH version is out.

<< < (2/6) > >>

Loaden:
In the watches(new), could you let's support tooltip for every value? :)

Loaden:
About local variables and function arguments, I personally think that can be shown in the same watch.
And we can add  a column named "variables scope".
There can be:
Local variables
Global variables
Function arguments
Member variables
...

Any comments?

Loaden:
Or, add a small picture in the front of the variables, shown the scope?

ollydbg:

--- Quote from: oBFusCATed on August 24, 2010, 09:38:15 pm ---MSVC has Watches1, Watches2, Watches3,Watches4, Autos, Locals, but they can dock any window inside any notebook/zone, it is pretty powerful...

--- End quote ---

several watches have a performance advantage compared to one watches. that means, only the variables in "active front watch window" need to be "refreshed" when you do a step or something similar.

As refresh a variable need some communication with gdb, then it takes a lot of time if you have many watch variables in an active watch window.

ptDev:

--- Quote from: ollydbg on August 25, 2010, 04:57:58 am ---
--- Quote from: oBFusCATed on August 24, 2010, 09:38:15 pm ---MSVC has Watches1, Watches2, Watches3,Watches4, Autos, Locals, but they can dock any window inside any notebook/zone, it is pretty powerful...

--- End quote ---

several watches have a performance advantage compared to one watches. that means, only the variables in "active front watch window" need to be "refreshed" when you do a step or something similar.

As refresh a variable need some communication with gdb, then it takes a lot of time if you have many watch variables in an active watch window.


--- End quote ---

What if we had several "watched variable lists", selectable via a combobox in the watches window? This way we could have as many sets of symbols as we desire. Would be very powerful.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version