debug ssr in VSCode
-
Hi
im testing with first ssr project. Done these steps:quasar create myssr
cd myssr
quasar dev -m ssr --debughow is server side suposed to be debugged/inspected with breakpoints?
adding some console.log(‘something’) here and there, and set breakpoints in VSCode, to stop and debug…console.log(’…’) shows once at startup, and if they are in server side (src-ssr/extension.js, etc) are overwritten by quasar logs. Can i log to other console or any tips?
to stop in breakpoints i launched a nodejs debug at VSCode, but get:
Uncaught Error: Cannot find module ‘quasar-ssr’
wich configuration must i use in lounch.json?
thank you in advance
best regards