News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugger watches and evaluate expression.

Started by moloh, June 18, 2006, 02:00:23 AM

Previous topic - Next topic

moloh

Hello!
I stumbled upon next problem.
With debugger it is possible to automatically view function arguments and local variables. All is ok, but problem is with registered types. If local variable or function argument is i.e. std::string then on watches window are all internals of class, function to make internals more "human" is not called.

Next problem is with evaluate expression under curor option. When it is used i found additional one bad behaviour with tips.
When right mouse button pressed in editor (ie.. to add symbol as a watch), the menu popup, but after a moment it wanishes because of tip that is evaluated.  It is only possible to view menu normally after the tip was shown.  Additionaly this tip string is shown in other places as well ie. when i move mouse cursor into call stack.