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.
我在 eclipse Juno、Spring 3.1.1、hibernate 4.1、tomcat 7 和 mySQL 中使用 STS。
我尝试通过以下方式调试我的应用程序:
右键单击服务器(在服务器视图中)->“在调试时重新启动”。
在我的代码中添加断点。
选择“在服务器上调试”。
但它只是启动应用程序而不在断点处停止。
当您单击“以调试模式重新启动服务器”时,服务器是否重新启动?检查你的日志。
如果没有,请杀死它并通过单击“以调试模式启动服务器”(服务器视图中的小错误)而不是使用绿色/白色箭头(“运行”)开始。
另一种选择是永远无法到达断点。代码走的是不同的路线。