ultralight-ux / Ultralight

Lightweight, high-performance HTML renderer for game and app developers.
https://ultralig.ht
4.69k stars 196 forks source link

Javascript debugger causes app freeze #330

Open Superxwolf opened 3 years ago

Superxwolf commented 3 years ago

If you use javascript's debugger; command while having an inspector for the view open, it will completely freeze the application.

KevinHake commented 3 years ago

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?

manuel76413 commented 3 years ago

when I import and use vue.js, the application window will freeze. Maybe the same issue?