inspectdev / inspect-issues

Issue tracker for Inspect
23 stars 2 forks source link

Debugger panel scrolls to bottom every time a call stack is selected #39

Closed yannbf closed 3 years ago

yannbf commented 3 years ago

When debugging the app, it's very common to jump around from stack to stack. It's not too big of a deal, but the fact that the panel scrolls down every time I select it can become a bit annoying.

2021-03-29 at 20 04 24 - Plum Nightingale

Steps to Reproduce:

  1. Create a dynamic breakpoint and reach it
  2. In the call stack column, jump from one stack to the other
auchenberg commented 3 years ago

Thanks for reporting this @yannbf. This is a feature of Chrome DevTools itself, and is therefore upstream, so won't be fixing.