* The event indicates that some source has been added, changed, or removed from the set of all loaded sources.
(params: LoadedSourceEventParams)
| 105 | * The event indicates that some source has been added, changed, or removed from the set of all loaded sources. |
| 106 | */ |
| 107 | loadedSource(params: LoadedSourceEventParams): void; |
| 108 | |
| 109 | /** |
| 110 | * The event indicates that the debugger has begun debugging a new process. Either one that it has launched, or one that it has attached to. |
no outgoing calls
no test coverage detected