vscode-wpilib icon indicating copy to clipboard operation
vscode-wpilib copied to clipboard

C++ debug configuration incorrect

Open virtuald opened this issue 5 years ago • 1 comments

Copied the JSON from the log into the configuration.

"stopAtEntry": "false",

According to the intellisense this is supposed to be an actual boolean, not a string.

virtuald avatar Jun 29 '20 03:06 virtuald

Hmm. I'm actually passing this as an actual boolean all the way down. I'll dig into this a bit.

ThadHouse avatar Oct 30 '20 00:10 ThadHouse