How to do this on VSCode?

I highlighted the if (Guess[MHWChar] == MyHiddenWord[MHWChar]) expression but its value won’t show up under the WATCH list after running the debugger

Hey!

Could we get a full screenshot of VSCode to show what things look like when this expression is highlighted?

Thanks!
-Luke

Well, even debuggers can have bugs. https://github.com/Microsoft/vscode/issues/71332 though in this case they call it a “plugin” because its VSC lol. (I laugh because the IDE itself is nothing if its all plugins.)

So don’t know if its another debugger bug or not. My view point to fixing it is to not use VSC and its fixed :smile: Though can’t always do that.

The value should be there if you have a break point set there.

In the end, sometimes its just faster and better to use a log instead when the debugger is being a pain.

Privacy & Terms