Skip to content

Debugging in VS Code #4065

Answered by jfrondeau
softboy99 asked this question in Q&A
Jun 24, 2021 · 16 comments · 7 replies
Discussion options

You must be logged in to vote

I got some success debugging a vite/vuejs 3 project with VS Code using Edge. Probably work with Chrome too.
Starting with no browser extension and no launch.json file in project.

Click on Run and Debug then on the "create a lauch.json file" link. In the popup option list, choose Edge Launch. The content of that list may change depending of the current active file in the editor.
Here is the content created:

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-m…

Replies: 16 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hspaay
Comment options

Answer selected by patak-dev
Comment options

You must be logged in to vote
2 replies
@hspaay
Comment options

@softboy99
Comment options

Comment options

You must be logged in to vote
1 reply
@MarkLeMerise
Comment options

Comment options

You must be logged in to vote
1 reply
@jasonfharris
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ghiscoding
Comment options

@eduardo76
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Converted from issue

This discussion was converted from issue #3930 on July 01, 2021 11:28.