Closed
Description
The Chrome debugging protocol has a scriptParsed
event that is being fired every time the virtual machine parses a script.
I talked to @roblourens about this and he told me about the Open Loaded Script command which causes the debug adapter to return a list of all loaded scripts, but an event would be a lot better since it eliminates polling.