You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pieandcakes
changed the title
type "cppdbg" throw NullReferenceException on launch
[VS Code Insiders] type "cppdbg" throw NullReferenceException on launch
Nov 26, 2018
It would be great if reports of these kind of breaking behaviour in VS Code would reach us as soon as you find them in Insiders. We would have fixed this within one day (for the next Insiders).
The debugger failure should be fixed now with our latest Insiders release: https://github.com/Microsoft/vscode-cpptools/releases . If you're using VS Code Insiders or have http.proxySupport not set to "off", you might not get the 0.21.0-insiders2 update automatically with C_Cpp.updateChannel set to "Insiders".
Type: Debugger
Additional context
PLEASE NOTE This works on VSCode stable release, only crashing on insiders build
Version: 1.30.0-insider
Commit: 0d3a14402d88f0f555ab3250c3ffd4c45a251665
Date: 2018-11-22T06:14:14.378Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Linux x64 4.15.0-39-generic
Using type "cppdbg" failing to launch cpp program [ basic hello world, basic auto generated launch script ]
In the debugger window it prints:
Stopping due to fatal error: NullReferenceException: Object reference not set to an instance of an object
To Reproduce
launch.json
code
int main() { return 0; }
The text was updated successfully, but these errors were encountered: