You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roughly, the autos window will display the return values of functions executed on the line just stepped over and also all of the argument values that went into the function automatically.
At present, my editor only displays Locals and Registers.
While the Locals window may display everything which the autos windows displays, the autos windows is useful because it is more concise and (as specified above) displays the return values of functions just stepped over.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
While debugging, can one obtain the equivalent of
autos
window that is available in Visual Studio IDE?https://docs.microsoft.com/en-us/visualstudio/debugger/autos-and-locals-windows?view=vs-2022
Roughly, the autos window will display the return values of functions executed on the line just stepped over and also all of the argument values that went into the function automatically.
At present, my editor only displays Locals and Registers.
While the Locals window may display everything which the autos windows displays, the autos windows is useful because it is more concise and (as specified above) displays the return values of functions just stepped over.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions