UDB uses our LiveRecorder technology internally. This means that if you encounter a problem with UDB, you can make a recording of some of the internal UDB processes and then send those to us so that we can determine what the problem is.
You can instruct UDB to make these recordings using the following steps:
- Set the following environment variables when running
udb
:UNDO_lr_nanny_filename=nanny.undo
,UNDO_lr_server_filename=server.undo
- Reproduce the problem.
- Use the Undo Upload Service to send the resulting
nanny.undo
andserver.undo
files to Undo's support. - Relax while we debug an exact copy of the bug in our code.
Note that the recordings will not contain any sensitive information from your debugged application.
0 Comments