This was a really great week for QA improvements as the debugger is getting more stable each week.
- We now disable out of scope lines when the debugger pauses.
- We have huge updates to preview - it's faster, more consistent, and works for HTML elements
- Breakpoints are kept in sync as code changes. Big thanks to @codehag
- We're chipping away at two new features: Outline View and Project Search
Thanks to everyone who helped out @bomsy, @irfanhudda, @peterschussheim, @amelzer, @codehag
- Disable active line - @jasonLaster
- fix annoying expression duplicate keys warning - @bomsy
- Fix input font size - @jasonLaster
- [Frames] Show collapse row button when there are more than NUM_FRAMES_SHOWN frames - @irfanhudda
- cleanup source tree - @jasonLaster
We are now disabling the code that's out of scope when you pause. This is a really nice win for users because it is more clear what code they should look at. It also means that other code is not a minefield for popups. We can prevent preview popups when they hover over other code.
Preview got a lot of love last week. We fixed a bug where HTML elements were not being previewed. We also, refactored the way we get the preview, which makes it significantly faster and more robust. And we tidied up how promises were shown and the alignment of keys!
- Refactor Preview - @jasonLaster
- Vertically align variable keys when inspecting objects - @peterschussheim
- Fix DOM event properties not showing up in the OI - @bomsy
- Promise fixes - @jasonLaster
Anna helped us add outline view tabs for toggling between sources and outline view. PR
We started working on project text search, which is one of the major parity features missing today. PR - @jasonLaster
We fixed a bug where if you were debugging your app which used source maps, you would pause in random places when you changed your code. This happened because the debugger server stored breakpoints in bundle (generated) locations and the client kept them in (mapped locations) original. bug - @codehag

