|
|
|
|
|
by mark_undoio
1203 days ago
|
|
Have you tried using a Time Travel Debugger to record the process and then just debug the recording outside? You can use rr or LiveRecorder (commercial product, which I work on) to generate the recording non-interactively then debug it "locally". Avoids the need to set up a client/server configuration, so long as you don't need to modify variable values at runtime, etc. |
|