Don Baechtel:
How can I limit or eliminate the automatic additions to the Watch list to only those variables that are of interest to me?
Invoke the context menu for watches and toggle off the item Show Locals.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
As I am running the MetaEditor Version 5.0 in debug mode between breakpoints, there are MANY new variables added to my Watch window list.
Most of these additions, I am not interested in. They are obscuring the variables that I added to the Watch.
There are not variables local to the code where the breakpoint stopped.
I have to spend a lot of time deleting most of the Watch list only for it to fill up again at the next breakpoint !!!
They are really hindering my ability to debug my code.
How can I limit or eliminate the automatic additions to the Watch list to only those variables that are of interest to me?