Jdb 简明教程
JDB Tutorial
Java 调试器(通常称为 jdb)是一种用于检测 Java 程序中的错误的有用工具。这是一个简要教程,提供了如何实际使用此工具的基本概述。此外,该教程还介绍了如何通过单步调试、断点和管理异常来调试程序。
The Java Debugger, commonly known as jdb, is a useful tool to detect bugs in Java programs. This is a brief tutorial that provides a basic overview of how to use this tool in practice. In addition, the tutorial also covers how to debug a program through stepping, breakpoints, and managing exceptions.