HorseFace
HorseFace

Reputation: 385

Keep call stack closed on breakpoint

Is there a way to keep the call stack panel collapsed in chrome dev tools? It expands every time i hit a breakpoint forcing me to scroll down to the scope. This makes debugging very slow and at times infuriating.

Thanks /Eric

Upvotes: 17

Views: 591

Answers (1)

Dan Mindru
Dan Mindru

Reputation: 6104

That was definitely a bug in Chrome.
It has been fixed in this commit as of 3rd of December 2016

[DevTools] Don't expand CallStackSidebarPane on pause if it was collapsed

BUG=656109

Should land in Canary soonish :-)

Upvotes: 4

Related Questions