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 项目并导入了一些与 swing 相关的文件。一切似乎都可以编译,但我不知道从 Eclipse 中调试 Swing 应用程序的步骤是什么。
调试一个 Swing 应用程序实际上与调试任何其他 Java 应用程序没有什么不同。单击调试菜单(工具栏上的错误小图)-> 调试配置...并选择 Java 应用程序。如果您想在应用程序启动后立即中断,您可以选择“停止在主程序中”,否则设置断点。
快乐的错误狩猎!