When we trying to update code of active frame update fails with the error:
```javascript
{"seq":6,"request_seq":7,"type":"response","command":"changelive","success":false,"message":"LiveEdit Failure: Blocked by functions on stack","running":true}
```
To resolve it we should pause execution before code update and resume after.
```javascript
{"seq":6,"request_seq":7,"type":"response","command":"changelive","success":false,"message":"LiveEdit Failure: Blocked by functions on stack","running":true}
```
To resolve it we should pause execution before code update and resume after.