(no title)
donadigo | 2 years ago
The feature works by setting the cursor inside a function, and the extension will start showing you the code paths that are executed and what local variables are changing in it. You can also use it as a function recorder with no breakpoints - just set the cursor in the function, execute an action that calls the function and you'll be able to trace everything that the function did.
Here's a demo of the feature: https://www.youtube.com/watch?v=5bfUWJYEQCw
Marketplace: https://marketplace.visualstudio.com/items?itemName=donadigo... (note: this is a paid extension).
No comments yet.