Content
@
0 reply
0 recast
2 reactions
emo.eth
@emo.eth
does anyone know how to set up the vscode debugger with nextjs in yarn workspaces? breakpoints are not binding and complaint threads are abundant but not particularly helpful
1 reply
0 recast
4 reactions
killjoy.eth
@killjoy
It sounds to me like you need to spend some time inside launch.json to make sure it can find your source files. One thought... Is your code being bundled with webpack or similar tool? If so are you generating source maps? You know you're in for a bad time when you have to debug the debugger.
0 reply
0 recast
0 reaction