karma-chrome-launcher icon indicating copy to clipboard operation
karma-chrome-launcher copied to clipboard

debug page breaks with --auto-open-devtools-for-tabs flag

Open rogerfar opened this issue 8 years ago • 3 comments

When you specify the --auto-open-devtools-for-tabs flag and run karma the initial page shows some odd behaviour in the debug pane.

For example if you have a console.log with an array, you will see it in the log, but you can't expand it.

When you click Debug on the main page and it opens the debug page (with the debugger open) it doesn't do anything, it doesn't even run the tests.

rogerfar avatar Nov 20 '16 17:11 rogerfar

+1

ORESoftware avatar Nov 01 '17 05:11 ORESoftware

For example if you have a console.log with an array, you will see it in the log, but you can't expand it.

Is there something related to karma here? The debugger is not part of the karma project.

johnjbarton avatar Nov 01 '17 15:11 johnjbarton

+1

xxholly32 avatar Mar 16 '18 02:03 xxholly32