Open
Description
Is your feature request related to a problem? Please describe.
I am currently struggling to debug problems with scripts that have been added to the webbrowser via the AddScriptToExecuteOnDocumentCreated. As it currently stands this code is run in a blackbox which provides no feedback. There are no errors, no logs, no messages, no exceptions, which makes debugging very challenging.
I have similar issues with debugging code injected via the ExecuteScript API
Describe the solution you'd like and alternatives you've considered
I'd like to see any scripts injected or run added to a section in the Source tab that lists these scripts, and allows break points to be set against them.