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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃敡 Add debug launch config "Debug Fullstack" #730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zaubeerer
Copy link

Just adding a launch configuration for convenience to start both frontend and backend with a single command.

@@ -22,7 +22,18 @@
"request": "launch",
"name": "Debug Frontend: Launch Chrome against http://localhost:5173",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/frontend"
"webRoot": "${workspaceFolder}/frontend",
// "runtimeExecutable": "/usr/bin/google-chrome"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As described in #729, I am having trouble running the debug session on WSL.
I added this comment in case others encounter similar errors.

However, it did not solve my problem, so we could as well delete the comment and create a new PR to tackle #729.

],
"compounds": [
{
"name": "Debug Fullstack",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am pretty sure this should work, but was not able to test it yet, due to #729.

@alejsdev alejsdev changed the title Add debug launch config "Debug Fullstack" 馃敡 Add debug launch config "Debug Fullstack" Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants