This repository was archived by the owner on Aug 10, 2022. It is now read-only.
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
Add the "add selected text to console" #8741
Open
Description
Chrome dev tools/sources
When debugging javascript please bring back the "add selected text to console" (can't remember the exact name) functionality that used to be in the right click menu, when you right clicked some javascript and it would put that into the console so you can fiddle with it.
Now we can only "add selected text to watches"
The console is far better place as you easily manipulate and test your code