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
When I open the devtools via right click + "inspect", or when I call window.open_devtools in Rust, the app just goes poof. If I hit ctrl+shift+i, the devtools windows opens for a few seconds, then the app goes poof and I am left with this message:
VM 0x73e356400000 on pid 147430 received NeedDebuggerBreak trap
It might be related to #3407 but the solutions provided here did not work for me.
Reproduction
Start a default tauri project with a Typescript + React or Svelte frontend using pnpm create tauri <app-name> (I did not try of other frameworks but I don't believe the issue is here) and run it using pnpm tauri dev. Then, try to open the devtools with "inspect" or ctrl+shift+i. I also tried to add the "devtools" feature to the Rust part.
Describe the bug
When I open the devtools via right click + "inspect", or when I call
window.open_devtools
in Rust, the app just goes poof. If I hit ctrl+shift+i, the devtools windows opens for a few seconds, then the app goes poof and I am left with this message:It might be related to #3407 but the solutions provided here did not work for me.
Reproduction
Start a default tauri project with a Typescript + React or Svelte frontend using
pnpm create tauri <app-name>
(I did not try of other frameworks but I don't believe the issue is here) and run it usingpnpm tauri dev
. Then, try to open the devtools with "inspect" or ctrl+shift+i. I also tried to add the "devtools" feature to the Rust part.Expected behavior
No crash.
Full
tauri info
outputStack trace
Additional context
Thank you for your help!
The text was updated successfully, but these errors were encountered: