Open Superxwolf opened 3 years ago
If you use javascript's debugger; command while having an inspector for the view open, it will completely freeze the application.
debugger;
I can set a breakpoint in the Debugger view, and when it gets hit, it also causes the app to freeze. Maybe the same issue?
when I import and use vue.js, the application window will freeze. Maybe the same issue?
If you use javascript's
debugger;
command while having an inspector for the view open, it will completely freeze the application.