hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.

Home Page:https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run debug visualizer

nakajimayoshi opened this issue · comments

Tried playing around with the debug visualizer in a few different languages with no success until I copied verbatim the gif example posted in the readme, and can't even get that one to work. Not sure what I'm doing wrong.

Screen Shot 2023-02-07 at 1 54 48 PM

VSC version: Version: 1.74.3 (Universal)
OS: macOS Monterey 12.6

You have to start a debug session in VS Code! Press F5 for that.

Unfortunately F5 on Mac is bound to screen brightness, so it doesn't open a debug session. Even when I manually start a VS Code debug session nothing runs:

Screen Shot 2023-02-15 at 5 00 57 PM

Also to note: I've already installed all the dependencies

You have to set a breakpoint!