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.
我正在尝试像这里一样使 NetBeans IDE 7.0.1 实时编译:http ://www.youtube.com/watch?feature=player_detailpage&v=dwn_UrItwfw#t= 239s 我尝试在调试模式下运行它,类型为 ctrl + s如评论。 但这不起作用,他(NetBeans)不会实时更新代码。
如何让 netbeans 实时更新代码(在应用程序运行时)?
在调试模式下运行
做出改变
保存文件
从调试菜单或工具栏中按“应用代码更改”。
注意:在首选项中,您可以将此选项设置为自动应用代码更改。
确保您的代码将通过该行(例如,更改初始化代码意味着您需要重新初始化对象)。