-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data grid] Debugger pauses on caught exceptions: No row with id found #12704
Comments
Hey @SherenL ... why would the expected way to not pause on caught exceptions? That's the whole reason why this option exists. I am not sure what your intention is. Could you elaborate? |
One more thing: I tried to replicate the error you mentioned, but for me it never showed |
Thank you for your replies and for letting me know it wasn't reproducible. I've added the script name to the 'ignore list' in the debugger and am able to continue using the debugger. |
@SherenL: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: (required)
https://stackblitz.com/edit/github-v2hkyr?file=src%2FApp.js
Steps:
Current behavior
Depending on the user’s selection, different sets of rows are loaded into the DataGrid.
The program halts if the debugger’s “Pause on caught exceptions” option is enabled when these data rows are swapped with a new set of rows.
However, if this option is disabled, the program operates without any interruptions.
Expected behavior
Whether the "Pause on caught exceptions" option is ticked or not, the program should run without any issues.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: datagrid
The text was updated successfully, but these errors were encountered: