Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可视化工具帮助人们了解 Java 代码的工作原理,例如,嵌套的 for 循环在编译时如何执行?更好的工具,这样人们就可以剪切和粘贴他们的代码以查看他们自己的代码是如何编译的。
您可能正在寻找调试器。 jdb是一个调试器。它存在于bin您的JDK installation folder. 最好使用 Eclipse 或 Netbeans 等 IDE 中的调试器。
jdb
bin
JDK installation folder