Replies: 2 comments
-
I was having the same behavior here. Watching this issue for any future answers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here, I tried "command": "npm run dev",
"name": "Run npm run dev",
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}"
```
its prob something special about the lambda mocking, so prob not really a remix issue - what did the lambda docs say about debugging? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, guys!
I'm trying to debug grunge-stack loader and action functions within vscode, I've successfully debug blues-stack and indie-stack just using an plain launch.json settings:
I've seen that @tbeseda (remix-run/grunge-stack#25 (comment)) gives a good explanation to why this happens, but it seems to me that choosing a stack that isn't debuggable nowadays is not a good decision.
Do you guys know any workaround this behavior? Is there anything I can do to debug grunge-stack?
Beta Was this translation helpful? Give feedback.
All reactions