Author Topic: Debugger watches and evaluate expression.  (Read 4032 times)

moloh

  • Guest
Debugger watches and evaluate expression.
« on: June 18, 2006, 02:00:23 am »
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.