Debugging doesn't work on WebStorm #549
Replies: 5 comments 2 replies
-
I'm not familiar with WebStorm, so I'm not sure here. Do you think this is related to VPS or Vite? I'd guess it's related to WebStorm not supporting Vue SFCs? |
Beta Was this translation helpful? Give feedback.
-
Vue SFCs work well in WebStorm. Breakpoints on WS with Vite without SSR appear pointing to a proxy of the original, which doesn't enable editing in place. https://youtrack.jetbrains.com/issue/WEB-46507/Support-for-vite |
Beta Was this translation helpful? Give feedback.
-
I'll fire up a clean SSR example and WS and let you know what happens. |
Beta Was this translation helpful? Give feedback.
-
I've been able to debug SSR through Webstorm but not by setting breakpoints via the UI. I was able to get the server to break using the Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Actually, it's a Vite issue. There is work-in-progress to fix this, such as vitejs/vite#11411. |
Beta Was this translation helpful? Give feedback.
-
Description
When using the plugin none of the errors inside Vue components trigger breakpoints during SSR.
This is universal to all experiments I've run.
Is there support at all for debugging on WS?
Not sure if this is a bug report or a feature request.
Error Message + Error Stack
No response
Beta Was this translation helpful? Give feedback.
All reactions