We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b2574 commit a5cee69Copy full SHA for a5cee69
1 file changed
src/worker.js
@@ -32,6 +32,9 @@ addEventListener('message', ({ data }) => {
32
33
const agent = new Agent({
34
features: [...state.get('features')],
35
+ onDebugger() {
36
+ debugger; // eslint-disable-line no-debugger
37
+ },
38
});
39
setSurroundingAgent(agent);
40
0 commit comments