Debugging client javascript with chrome devtools not works with --turbopack option.
Unanswered
DSS posted this in #help-forum
DSSOP
i am just trying to debug my next app with webstorm javascript debugger. i follwed next js and jetbrains guides and when i run my app session starts but debug points never hit. i realized that when i disable --turbopack option from dev script then everything just works. i guess something related to source mappings path or something