@hashseed Hey. Do you know where I could ask questions about the Chrome Devtools Protocol?
Specifically, I'm wondering whether there is any API that I could call to find out whether a script is still executing?
`Debugger.getStackTrace` seems to need a `stackTraceId`? Context: I'm trying to iterate through a program step-by-step until it terminates while observing state changes.https://twitter.com/sebinsua/status/1264235425390043137 …