Select - Option How to Pause browser to Inspect
19:25 07 Feb 2018

I have a dropdown menu created by select - option.

I need to inspect this dropdown menu to do some customer style. I could pause Chrome by below code, but when I move the mouse, the dropdown menu disappears away!

I wonder if there are some ways to pause the screen then inspect the select-option dropdown menu.

setTimeout(function(){debugger;}, 5000)
javascript html css