Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 649
HorseFace Avatar asked Nov 01 '16 10:11

HorseFace


1 Answers

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 :-)

like image 119
Dan Mindru Avatar answered Nov 13 '22 22:11

Dan Mindru