VSCode debugging is macOS-specific
See original GitHub issueIn .vscode/launch.json
:
“runtimeExecutable”: “${workspaceRoot}/dist/GitHub Desktop-dev-darwin-x64/GitHub Desktop-dev.app/Contents/MacOS/GitHub Desktop-dev”,
I guess we need to make these platform-specific
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Configure VS Code for Clang/LLVM on macOS
Using Clang in Visual Studio Code. In this tutorial, you configure Visual Studio Code on macOS to use the Clang/LLVM compiler and debugger....
Read more >Debugging in Visual Studio Code
To run or debug a simple app in VS Code, select Run and Debug on the Debug start view or press F5 and...
Read more >How to set up debugging on macOS with LLDB-MI
Copy the lldb-mi executable in ~/.vscode/extensions/ms-vscode.cpptools-<version>/debugAdapters/lldb-mi/bin to the folder where the LLDB.
Read more >Introduction to Debugging in Visual Studio Code
In this tutorial, we will show you how to run and debug a program in VS Code. We'll take a tour of the...
Read more >Debug C++ in Visual Studio Code
Visual Studio Code supports the following debuggers for C/C++ depending on the operating system you are using: Linux: GDB; macOS: LLDB or GDB;...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It doesn’t seem to be working since we updated to webpack 2, as the config returned has changed significantly:
Applying this version makes the error go away. I think the switch to
parallel-webpack
has changed other things that we relied on for this script, as running the Renderer as mentioned here doesn’t launch anything 🤔@iAmWillShepherd i’m going on holidays now, I think you can get to the bottom of this before I get back: