microsoft / vscode-chrome-debug-core

A library for implementing VS Code debug adapters for targets that implement the Chrome Debugging Protocol.
Other
157 stars 119 forks source link

Now we can retrieve dynamic html while paused. #524

Closed digeff closed 5 years ago

digeff commented 5 years ago

Export onExecutionContextCreated so we can fix the issue of retrieving dynamic html code while paused on this PR: https://github.com/microsoft/vscode-chrome-debug/pull/925