Debugging

Sort by:

Profilers with Julia Evans

When software is performing suboptimally, the programmer can use a variety of tools to diagnose problems and improve the quality of the code. A profiler is a tool for examining where a

Application Crash Monitoring with James Smith

“The dirty secret of software is that you cannot fix every single bug.” Applications can and will crash — it is increasingly important for developers to have visibility into