Giter Site home page Giter Site logo

Comments (4)

Almenon avatar Almenon commented on April 28, 2024

Same error for yarn dev-playground which is quite interesting because you do specify a port with that one: webpack-dev-server --hot --port 8090 --playground

from vscode-debug-visualizer.

Almenon avatar Almenon commented on April 28, 2024

OS: Windows 10
C:\dev\vscode-debug-visualizer\webview>node -v
v10.16.3

C:\dev\vscode-debug-visualizer\webview>yarn -v
1.17.3

from vscode-debug-visualizer.

hediet avatar hediet commented on April 28, 2024

Hey, cool to see that you're still interested in this project! Sorry, in the last days, I changed a lot of stuff and the docs lack behind.
I know thats not very professional, but given the low interest of people to contribute to this project I rather move quickly forward than have always up-to-date docs.

The webview connects to the websocket server started by the VS Code extension. The port query parameter is used to communicate that port from the extension to the webview.
There is also a random token involved for authentication so that attackers cannot just connect to that port, as authenticated clients can evaluate arbitrary js code inside the debuggee.

You can launch the extension using one of the Dev UI launch configs - this instructs the extension to use the UI served by the webpack server rather than the bundled output of the dist folder.

yarn dev-playground is outdated. I moved the playground to visualization-playground (you can find the hosted version here). Also, the visualizations now live in their own package. I plan to publish this package on npm so that you can easily visualize (appropriate) JSON.

from vscode-debug-visualizer.

Almenon avatar Almenon commented on April 28, 2024

Okay, thanks.

from vscode-debug-visualizer.

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.