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.
如果我在调试模式下启动 tomcat,我想知道 eclipse 对 JVM 或其他东西有什么作用?
我也想知道如果我在调试模式下启动tomcat,为什么我可以立即使我更改的代码高效?谁让它成为现实?
谢谢。
在调试模式下,您可以设置断点,因此 JVM 将在那里暂停并使用它,如果您在调试透视图中,您可以看到所有变量,如果您遇到错误或您不知道为什么,这很有用例如,某个变量为空。