Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Debug client and server code in VS Code? #202

Open
selvakumarkec opened this issue Oct 27, 2018 · 3 comments
Open

How to Debug client and server code in VS Code? #202

selvakumarkec opened this issue Oct 27, 2018 · 3 comments
Labels

Comments

@selvakumarkec
Copy link

selvakumarkec commented Oct 27, 2018

Hi,
How to debug both client and server code in VC?
i tried this
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/server/app.ts",
"cwd": "${workspaceRoot}",
"outFiles": [
"${workspaceRoot}/dist/server/app.js"
],
"skipFiles": [
"${workspaceRoot}/node_modules/**/*.js"
],
"sourceMaps": true,
"console": "externalTerminal"
}
]

it is listening only the server. How to launch and attach client as well?

Regards,
Selva

@tanmayk92
Copy link

@selvakumarkec Any solution yet ?

@DavideViolante
Copy link
Owner

I tried asking GPT: https://chatgpt.com/share/6176e479-cc74-48bf-8a2e-163884190623
Idk if it makes sense though.

@DavideViolante DavideViolante changed the title How to Debug client and server code in VC? How to Debug client and server code in VS Code? Aug 21, 2024
@tanmayk92
Copy link

How do i create a compound configuration inside the project folder ? Can you guide @DavideViolante

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants