Debug node.js in Visual Studio Code preview on OS X


Lone Ranger

I'm trying the newly released Visual Studio Code preview on Mac OS X and I get the error "Cannot start OpenDebug due to Mono (or Mono version >= 3.10.0) when trying to start debugging or attaching to my node.js app , so OpenDebug cannot be started)) is required".

I have installed Mono MDK from http://www.mono-project.com/download/ .

What do I need to do to debug in VSCode preview?

Natevw

I made one brew install monoand the problem went away the next time I hit the run button.

Unfortunately, I don't know why the MDK installer doesn't work for you. This is an optimal solution for me as I already use homebrew for most other development tools.

Related


Debug node.js in Visual Studio Code preview on OS X

Lone Ranger I'm trying the newly released preview of Visual Studio Code on Mac OS X and I get the error "Cannot start OpenDebug due to Mono (or Mono version >= 3.10.0) when trying to start debugging or attaching to my node.js app , so OpenDebug cannot be start

Debug node.js in Visual Studio Code preview on OS X

Lone Ranger I'm trying the newly released Visual Studio Code preview on Mac OS X and I get the error "Cannot start OpenDebug due to Mono (or Mono version >= 3.10.0, Therefore cannot start OpenDebug)) is required". I have installed Mono MDK from http://www.mono

Debug node.js in Visual Studio Code preview on OS X

Lone Ranger I'm trying the newly released Visual Studio Code preview on Mac OS X and I get the error "Cannot start OpenDebug due to Mono (or Mono version >= 3.10.0) when trying to start debugging or attaching to my node.js app , so OpenDebug cannot be started)

Debug node.js in Visual Studio Code preview on OS X

Lone Ranger I'm trying the newly released preview of Visual Studio Code on Mac OS X and I get the error "Cannot start OpenDebug due to Mono (or Mono version >= 3.10.0, Therefore cannot start OpenDebug)) is required". I have installed Mono MDK from http://www.m

Debug Node js with Visual Studio Code

Jacabello I tried to debug the project in node JS using Visual Studio Code but it didn't work. I built a simple project with: express myExpressApp cd myExpressApp npm install npm start My file launch.json: I select the "Launch app.js" option in the "Debug" win

Debug Node js with Visual Studio Code

Jacabello I tried to debug the project in node JS using Visual Studio Code but it didn't work. I built a simple project with: express myExpressApp cd myExpressApp npm install npm start My file launch.json: I select the "Launch app.js" option in the "Debug" win

How to debug child Node.JS process in Visual Studio Code?

Vinianski How to debug child Node.JS processes in VS Code? Here is an example of the code I am trying to debug: var spawn = require('child_process').spawn; var scriptPath = './child-script.js'; var runner_ = spawn('node', [scriptPath]); Benjamin Passero You c

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

How to create conditional debug visual studio code using node js

Basil Battikhi I have a loop that has a huge iteration of about 300 iterations, which may be small, but I'm having trouble debugging the loop, let's look at the code below (example, it's not exactly part of the code) . const myVar = [ { name: 'basil', age: 2

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

How to debug child Node.JS process in Visual Studio Code?

Vinianski How to debug child Node.JS processes in VS Code? Here is an example of the code I am trying to debug: var spawn = require('child_process').spawn; var scriptPath = './child-script.js'; var runner_ = spawn('node', [scriptPath]); Benjamin Passero You c

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

How to create conditional debug visual studio code using node js

Basil Battikhi I have a loop that has a huge iteration of about 300 iterations, which may be small, but I'm having trouble debugging the loop, let's look at the code below (example, it's not exactly part of the code) . const myVar = [ { name: 'basil', age: 2

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

Visual Studio Code - Debug Node JS via TypeScript

Brutus I'm currently trying to debug a Node JS application written in TypeScript from Visual Studio Code and I'm running into some issues. I have a situation similar to the one described in this question |-- .settings |----- launch.json |-- bin |----- app.js |

How to create conditional debug visual studio code using node js

Basil Battikhi I have a loop that has a huge iteration of about 300 iterations, which may be small, but I'm having trouble debugging the loop, let's look at the code below (example, it's not exactly part of the code) . const myVar = [ { name: 'basil', age: 2

How to debug child Node.JS process in Visual Studio Code?

Vinianski How to debug child Node.JS processes in VS Code? Here is an example of the code I am trying to debug: var spawn = require('child_process').spawn; var scriptPath = './child-script.js'; var runner_ = spawn('node', [scriptPath]); Benjamin Passero You c

Debug Node 8 with Visual Studio Code?

Angelo Using Visual Studio Code Version 1.13.0, when launching node to debug test2.js, the node is version 0.12 with the following configuration, I can debug and the response from vscode is: Debugging with legacy protocol because it was detected. But when nod

Debug Node 8 with Visual Studio Code?

Angelo Using Visual Studio Code Version 1.13.0, when launching node to debug test2.js, the node is version 0.12 with the following configuration, I can debug and the response from vscode is: Debugging with legacy protocol because it was detected. But when nod

Debug Node 8 with Visual Studio Code?

Angelo Using Visual Studio Code Version 1.13.0, when launching node to debug test2.js, the node is version 0.12 with the following configuration, I can debug and the response from vscode is: Debugging with legacy protocol because it was detected. But when nod

Debug Node 8 with Visual Studio Code?

Angelo Using Visual Studio Code Version 1.13.0, when launching node to debug test2.js, the node is version 0.12 with the following configuration, I can debug and the response from vscode is: Debugging with legacy protocol because it was detected. But when nod

Debug Node 8 with Visual Studio Code?

Angelo Using Visual Studio Code Version 1.13.0, when launching node to debug test2.js, the node is version 0.12 with the following configuration, I can debug and the response from vscode is: Debugging with legacy protocol because it was detected. But when nod