Electron - Debugging

Published: 27 January 2019
on channel: Janez Čadež
5,585
37

Debugger configuration:
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Electron: Main",
"protocol": "inspector",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
"runtimeArgs": ["--remote-debugging-port=9223", "."],
"windows": {
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
}
}
]
}

Follow:
  / jamzi  
  / jamzislo  
https://github.com/jamzi


On this page of the site you can watch the video online Electron - Debugging with a duration of hours minute second in good quality, which was uploaded by the user Janez Čadež 27 January 2019, share the link with friends and acquaintances, this video has already been watched 5,585 times on youtube and it was liked by 37 viewers. Enjoy your viewing!