Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Context menu "Add to watch"?

May
12,834
163
When I right-click selected text in the debugger, I can't find "Add to watch" anywhere.

And how do you delete something from the watch list? When I select a line in the watch list, the "Delete" button is dead. If I manually delete the "name" text, the old value remains.
 
> When I right-click selected text in the debugger, I can't find "Add to
> watch" anywhere.

It's not in the context menu; it's in the Debug menu.


> And how do you delete something from the watch list? When I select a
> line in the watch list, the "Delete" button is dead. If I manually
> delete the "name" text, the old value remains.

The old value only remains until you actually do something.

Rex Conn
JP Software
 
It's not in the context menu; it's in the Debug menu.




The old value only remains until you actually do something.

From the help: "You can also add a variable to the Watch window by selecting it in the main debugger window, then clicking the right mouse button and selecting "Add to Watch"."

The best place (requiring only one click) would be on the watch list tool bar (or even the main tool bar). I'd put it there but it doesn't have an icon (an eye would nake a good one).

On the contrary, after manually deleting the watch "name", the value remains even after "Start" ... "Run to end". I found no way to get rid of it. Can't you just make the "Delete" button work?
 
> >From the help: "You can also add a variable to the Watch window by
> selecting it in the main debugger window, then clicking the right
> mouse button and selecting "Add to Watch"."

The help is wrong.


> The best place (requiring only one click) would be on the watch list
> tool bar (or even the main tool bar). I'd put it there but it doesn't
> have an icon (an eye would nake a good one).

I'll add it to the suggestion list for v12.
 
rconn wrote:
| ---Quote---
|| The best place (requiring only one click) would be on the watch list
|| tool bar (or even the main tool bar). I'd put it there but it
|| doesn't have an icon (an eye would nake a good one).
| ---End Quote---
| I'll add it to the suggestion list for v12.

Please also add a KEYSTROKE to do this for those of us who do not use a
pointing device for text manipulation.
--
Steve
 
> rconn wrote:
> | ---Quote---
> || The best place (requiring only one click) would be on the watch list
> || tool bar (or even the main tool bar). I'd put it there but it
> || doesn't have an icon (an eye would nake a good one).
> | ---End Quote---
> | I'll add it to the suggestion list for v12.
>
> Please also add a KEYSTROKE to do this for those of us who do not use a
> pointing device for text manipulation.

As with every existing menu entry, you can already do that by adding an
accelerator key.

Rex Conn
JP Software
 

Similar threads

Back
Top