Andre

Results 4 comments of Andre

The fix for [microsoft/vscode-js-debug#2223](https://github.com/microsoft/vscode-js-debug/issues/2223) was included in VS Code v1.101. However, Cursor v1.2.4 (latest at the time of writing) is still based on v1.99, so that fix isn't included yet....

@bernatfortet Can you try it by launching the following full-stack debug config with Firefox? Make sure you have the "Debugger for Firefox" extension in Cursor installed. ```json { "version": "0.2.0",...

@bernatfortet the [snippet](https://github.com/vercel/next.js/issues/79424#issuecomment-3184820523) you posted only launches the dev server, no debugger is attached. Could you share the full launch.json? Also, have you tried the exact config I shared earlier...

@bernatfortet Yes, I use Turbo. You typically add the `--turbo` flag to your `dev` script in `package.json`. Could you try adding the following to your `Next.js: debug client-side` configuration and...