maierfelix / Iroh

Dynamic code analysis tool - Exploit, record and analyze running JavaScript
https://maierfelix.github.io/Iroh/
MIT License
926 stars 45 forks source link

Execution cancel/pause #4

Open Skarnivorous opened 7 years ago

Skarnivorous commented 7 years ago

Could you let me set a stage property that would cease execution instead of moving to the next wrapped code? stage.stop()

Also, if possible, could you store what the position was in that stage's execution stack and return to it on demand? stage.resume()