Watch window in Excel part 70:
The Watch Window in Excel lets you monitor values from different cells across sheets/workbooks without scrolling or switching.
#ExcelTips #WatchWindow #ExcelShortcuts #ExcelProductivity #LearnExcel #ExcelForBeginners #SpreadsheetHacks #ExcelTutorial #DataManagement #WorkSmarter

Another debugging topic today. And another look at Watch window ๐Ÿ” in Visual Studio. Using it, we can observe values of our variables while the code is running but sometimes that's not enough. We can use pseudo variables.

The documentation ๐Ÿ“‘ is attached as an image down below ๐Ÿ‘‡ but it doesn't contain the full list.

๐Ÿ“Œ $exception is probably the most know one; it holds the last thrown exception
๐Ÿ“Œ $returnvalue holds the result of the function right after we exit
๐Ÿ“Œ $asyncStateMachine - the state machine object, available inside async method
๐Ÿ“Œ $threadSmallObjectHeapBytes, $threadUserOldHeapBytes - give an info about how much bytes were allocated by the current thread

๐Ÿ”— See the docs: https://learn.microsoft.com/en-us/visualstudio/debugger/pseudovariables?view=vs-2022

#dotnet #visualstudio #debugger #watchwindow

Pseudovariables - Visual Studio (Windows)

Review pseudovariables in the Visual Studio debugger. Pseudovariables are terms used to display certain data in a variable window or the QuickWatch dialog box.

... the #WatchWindow in the shirt's sleeve