Practical Debugging at Scale assumes a polyglot environment as is common for most enterprises, but focuses on JVM environments. Most of the tooling and techniques described are applicable to Python, Node, and other platforms, as well as to Java and other JVM languages. The book specifically covers debugging in production, an often-neglected discipline but an all too painful reality. You’ll learn modern techniques around observability, monitoring, logging, and full stack debugging that you can put to immediate use in troubleshooting common ailments in production environments.
You Will Learn:
- The scientific method underlying the process of debugging
- Debugger capabilities such as tracepoints and marker objects
- The correct use of less understood features such as exception breakpoints
- Techniques for tracing issues in production Kubernetes environments
- Observability and monitoring to resolve production problems
- Industry best practices for common tooling such as logging
- Profiling to understand performance and memory problems
Who This Book Is For
Developers in Java and JVM-related languages who want to improve their debugging skills and production reliability; and developers of cloud applications who are facing the pain of production bugs that are hard to replicate and fix