Debugging javascript in visual studio code
up vote
0
down vote
favorite
I am looking for a way in vscode to debug the following github project: https://github.com/mar10/fancytree
When I add the launch configurations to vscode as follows:
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "$workspaceFolder/taxonomy-browser.js"
the following error is shown:
Debugger listening on
ws://127.0.0.1:30163/a226202e-5edf-4cf9-b174-5254c512379e Debugger
attached.
c:GitCoreCompositiontaxonomy-browsertaxonomy-browser.js:480
}(jQuery, window, document));
ReferenceError: jQuery is not defined
When I go to the definition of jQuery in vscode it is found.
How can I set up vscode to debug this javascript code?
javascript debugging visual-studio-code
add a comment |
up vote
0
down vote
favorite
I am looking for a way in vscode to debug the following github project: https://github.com/mar10/fancytree
When I add the launch configurations to vscode as follows:
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "$workspaceFolder/taxonomy-browser.js"
the following error is shown:
Debugger listening on
ws://127.0.0.1:30163/a226202e-5edf-4cf9-b174-5254c512379e Debugger
attached.
c:GitCoreCompositiontaxonomy-browsertaxonomy-browser.js:480
}(jQuery, window, document));
ReferenceError: jQuery is not defined
When I go to the definition of jQuery in vscode it is found.
How can I set up vscode to debug this javascript code?
javascript debugging visual-studio-code
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am looking for a way in vscode to debug the following github project: https://github.com/mar10/fancytree
When I add the launch configurations to vscode as follows:
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "$workspaceFolder/taxonomy-browser.js"
the following error is shown:
Debugger listening on
ws://127.0.0.1:30163/a226202e-5edf-4cf9-b174-5254c512379e Debugger
attached.
c:GitCoreCompositiontaxonomy-browsertaxonomy-browser.js:480
}(jQuery, window, document));
ReferenceError: jQuery is not defined
When I go to the definition of jQuery in vscode it is found.
How can I set up vscode to debug this javascript code?
javascript debugging visual-studio-code
I am looking for a way in vscode to debug the following github project: https://github.com/mar10/fancytree
When I add the launch configurations to vscode as follows:
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "$workspaceFolder/taxonomy-browser.js"
the following error is shown:
Debugger listening on
ws://127.0.0.1:30163/a226202e-5edf-4cf9-b174-5254c512379e Debugger
attached.
c:GitCoreCompositiontaxonomy-browsertaxonomy-browser.js:480
}(jQuery, window, document));
ReferenceError: jQuery is not defined
When I go to the definition of jQuery in vscode it is found.
How can I set up vscode to debug this javascript code?
javascript debugging visual-studio-code
javascript debugging visual-studio-code
asked Nov 8 at 22:13
dirtyw0lf
62221134
62221134
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53216963%2fdebugging-javascript-in-visual-studio-code%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown