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
Hey @saltyshiomix , i am getting this error while starting debugger in vscode SyntaxError: Cannot use import statement outside a module
FYI: I am trying to run debugger in the main process, i have used typescript there
Steps to reproduce:
yarn create nextron-app my-app
cd my-app && yarn && code .
renderer/pages/home.jsx
and put a breakpoint on line 6:return (
Run and Debug
tab in VS Code, select the configurationNextron: All
and click onStart Debugging (F5)
Breakpoint not detected:
Debug Diagnostics (
troubleshoot your launch configuration. -> Why my breakpoints don't bind
):The text was updated successfully, but these errors were encountered: