You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Node are you using? Minimum supported version is 14.
16.13.0
Steps to Reproduce
Scaffold an app from create-remix
Create a loader in app/routes/index.ts:
exportconstloader=()=>{// debuggerreturn[]// set breakpoint here via IDE}
(in case of vscode): Run Debug: JavaScript Debug Terminal (extension.js-debug.createDebuggerTerminal), run npm run dev in it
Open the page
Expected Behavior
The code will stop the execution in case if debugger is uncommented
Breakpoint won't bound and I think this might happen because of incorrect paths to source files in sourcemaps. I also suppose stacktrace on errors should show real files paths
Actual Behavior
The code should stop the execution on breakpoints from IDE
The text was updated successfully, but these errors were encountered:
Which Remix packages are impacted?
remix
(Remix core)create-remix
@remix-run/architect
@remix-run/cloudflare-workers
@remix-run/dev
@remix-run/express
@remix-run/netlify
@remix-run/node
@remix-run/react
@remix-run/serve
@remix-run/server-runtime
@remix-run/vercel
What version of Remix are you using?
1.1.3
What version of Node are you using? Minimum supported version is 14.
16.13.0
Steps to Reproduce
create-remix
app/routes/index.ts
:extension.js-debug.createDebuggerTerminal
), runnpm run dev
in itExpected Behavior
Actual Behavior
The code should stop the execution on breakpoints from IDE
The text was updated successfully, but these errors were encountered: