On my branch of the Golem Console, I'm attempting to use the debugger service to Step Forward to a given oplog entry index.
Debugging with @mschuwalow this morning, we discovered that a panic happens in the following situation:
- Connect a debugging session for a given agent
- Invoke the agent via invoke-and-await HTTP API (I did this x3)
- Select an oplog index (outside the debugging session's oplog range) -> Step Forward
- Observe panic (terminal session hosting the services crashes entirely)
On my branch of the Golem Console, I'm attempting to use the debugger service to Step Forward to a given oplog entry index.
Debugging with @mschuwalow this morning, we discovered that a panic happens in the following situation: