zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Snapshot Profiler on Chrome version? #492

Closed eric1234 closed 9 years ago

eric1234 commented 9 years ago

Lately on my computer I've been getting a problem where the load continues to increase slowely until my system become almost unusable. It's been a bit hard to nail down where the problem is. My three primary culprits are Firefox, Gnome or Zed. I think I have narrowed it down to Zed so I want to dig in to see if I can confirm and figure out why. Is there any way to see what Zed is doing while running (i.e. some sort of debugger profiler snapshot)? If it helps I am running the Chrome version of Zed.

zefhemel commented 9 years ago

Yep, you can right click Zed an pick "Inspect element" to bring up a Chrome inspector window with all usual web debugging tools available. It's possible you may have to enable "Developer mode" under the three-lined menu > More tools > Extensions for this option to appear.

Let me know what you find!

eric1234 commented 9 years ago

K, closing this for now until I find out if it is Zed causing the problem.