adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Brackets is frozen if you close a window while it's paused at a breakpoint #2989

Open peterflynn opened 11 years ago

peterflynn commented 11 years ago
  1. Open the Jasmine window and its dev tools
  2. Set a breakpoint in some unit test
  3. Run the test until it pauses
  4. Close the Jasmine window
  5. Close the dev tools window

Result: Brackets main window is nonresponsive. Dev tools for the main window don't give you any ability to unpause. You can't reopen the Jasmine window's dev tools either, even by going to localhost manually -- it's not in the list of windows anymore. Only choice is to force-quit.

Naturally, this only really affects people hacking on the code.

pthiess commented 11 years ago

@peterflynn - I consider this a medium priority, a potential candidate for Sprint 22?

peterflynn commented 11 years ago

Sending over to Glenn since I don't have much expertise in this area

dangoor commented 11 years ago

I would argue that this is not a medium priority, given the small number of people (and relatively small set of circumstances) represented by the steps to reproduce. Can we reduce this to a low?