Request: Automatically watch __params & __locals

When debugging small programs, I find it more useful/faster to watch `__params` and `__locals` than typing each variable. I think it would be useful to automatically watch those two (if the users wants to) when debugging a new executable.
What do you think?

Edited by DD-Diana on Reason: Initial post
DD-Diana
When debugging small programs, I find it more useful/faster to watch `__params` and `__locals` than typing each variable. I think it would be useful to automatically watch those two (if the users wants to) when debugging a new executable.
What do you think?


I will consider adding an option to add these automatically to a newly created session. Thanks for the suggestion!
I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate tab called "Locals" or "Auto" or something like that.
aolo2
I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate tab called "Locals" or "Auto" or sxhhxomething like that.
th