目录1. 快速安装2. 简单案例3. 详细使用3.1 重定向到日志文件3.2 跟踪非局部变量值3.3 设置跟踪函数的深度3.4 设置调试日志的前缀3.5 设置最大的输出长度3.6 支持多线程调试模式3.7 自定义对象的格式输出对于每个程序
I want to apply a function f to a list of values, however function f might randomly fail (it is in effect making a call out to a service in the cloud).