How to force Chrome debugging tools to debug in pretty code?
问题 Although I used pretty code and had set up the breakpoints in "Pretty code" tab, debugger keeps working in minified code. (I can't see exactly where I am and need to continuously switch between source and "pretty code"). On same pages with same script it sometimes work and sometimes don't. I can't find the cause or any difference in the way I activate it. Is there any way to force debugger to use "pretty code"? Any Ideas or additional questions? Should this be reported as a bug? EDIT: I still