Next.js Discord

Discord Forum

In Turbo mode, Server Side Debug is not working(IDE: Vs Code)

Answered
English Angora posted this in #help-forum
Open in Discord
English AngoraOP
I'm using turbo in my next.js app
and I used this command to start dev server: next dev --turbo
But I can't debug in server side.
In next dev mode, server side debug is working.
Please help me. Thanks.
Answered by joulev
turbopack is experimental and is missing a lot of features
View full answer

3 Replies

turbopack is experimental and is missing a lot of features
Answer
you can open a github issue for them to know of the missing feature and for them to track development of it
English AngoraOP
Hi. @joulev Thanks for your reply.