Git Product home page Git Product logo

Comments (6)

weinand avatar weinand commented on June 29, 2024

@auchenberg yes, a Electron recipe is really needed...

And with VS Code 1.14 it is getting simpler. The Windows specific runtimeExecutable should no longer be needed.

from vscode-recipes.

auchenberg avatar auchenberg commented on June 29, 2024

Found an old electron demo app https://github.com/auchenberg/electron-quick-start-vscode

from vscode-recipes.

rkpatel33 avatar rkpatel33 commented on June 29, 2024

Hi guys, I am new to VS Code, as well as remote debugging with Chrome in general, so I have a basic question:

I have an internal Electron app that I would like to use the VS Code debugger on. I pasted in the above into my VS Code launch.json file. I then hit F5 to run and everything seems to launch ok, but I don't know what to do next, like what URL to go in Chrome based on this output:

Debugging with inspector protocol because a runtime executable is set.
/Users/rishi/Projects/albert/albert-support-desktop/node_modules/.bin/electron --inspect=45437 --debug-brk --remote-debugging-port=9222 . 
Debugger listening on port 45437.
Warning: This is an experimental feature and could change at any time.

I tried poking around on chrome://inspect/ but don't see anything on the various tabs that seems relavent. I feel like I am missing something pretty basic here.

Here is a screenshot of of my VS Code:

image

from vscode-recipes.

auchenberg avatar auchenberg commented on June 29, 2024

@rkpatel33 Your setup looks correct, and it looks like your Electron app has a few script errors, which are displayed in the debug console.

You don't need Chrome DevTools or chrome://inspect but you should be able to go to your Electron JavaScript files and set breakpoints from within VS Code.

from vscode-recipes.

rkpatel33 avatar rkpatel33 commented on June 29, 2024

Thanks for the reply. So the breakpoints are working now, and I am also able to see a list of all the processes running in chrome://inspect. Both of these things weren't happening (I think) before. So I seem to be all good!

from vscode-recipes.

auchenberg avatar auchenberg commented on June 29, 2024

Bug found for our composite configuration: https://github.com/Microsoft/vscode-chrome-debug/issues/501

from vscode-recipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.