Debugging Next.js in VSCode and Chrome DevTools (comprehensive guide)

preview_player
Показать описание


0:00 Intro
Рекомендации по теме
Комментарии
Автор

seriously the ONLY video that explains setting up a next.js application to be debugged properly in vscode. Thanks for the time you spent making this video

ariccb
Автор

Seriously dude. I'm not a front end engineer but while searching for debug nextjs i didn't find a decent video. Suddenly today youtube recommended me. Thanks . Subscribed

vertexcoder
Автор

Amazing... I lost a lot of hours and read a lot of documentation until finally this video clarified everything in 16 minutes. Thanks a lot!

teoli
Автор

Thanks for your video, tell me knowledges chatgpt and claude can't answer.

saint-tao
Автор

what are you using where you select different commands?

rudya.hernandez
Автор

I have a problem, when I add NODE_OPTIONS='--inspect' before next dev and start the dev server, Next.js will infinitely get my icon, just repeat 'web:dev: GET /icon.png?31d2a22b901ea38e 200 in 7ms', it's 'app/icon'.how can I fix it

saint-tao