Skip to content

Production Debugging⚓︎

Live Instruments allow developers to easily debug live production applications without leaving their IDE. There are currently four types of live instruments:

Live Breakpoint⚓︎

Live Breakpoints (a.k.a. non-breaking breakpoints) are useful debugging instruments for gaining insight into the live variables available in production at a given scope.

Live Log⚓︎

Live Logs (a.k.a. just-in-time logging) are quick and easy debugging instruments for instantly outputting live data from production without redeploying or restarting your application.

Live Metric⚓︎

Live Span⚓︎


Last update: June 28, 2022