简体   繁体   English

如何在JCreator中逐行运行Java项目?

[英]How to run Java project in JCreator Line by line?

I need to run my java project in JCreator line by line. 我需要在JCreator中逐行运行Java项目。 As in VS 2010 we put a break point and get the value at that point, I want to do similar task in JCreator. 与在VS 2010中一样,我们设置了一个断点并在该点获取值,我想在JCreator中执行类似的任务。

Is there any way to do this in JCreator? JCreator有什么方法可以做到这一点?

You are going to run into serious challenges if you are using the free version of JCreator, as it's missing most of the tools that are worth having once you get into development. 如果您使用的是免费版本的JCreator,您将面临严峻的挑战,因为它缺少了大多数值得一经投入开发的工具。

Perhaps you'd be best served looking at a free, full IDE like Eclipse or NetBeans . 也许最好的选择是使用免费的,完整的IDE(例如EclipseNetBeans) As you keep comparing a light-weight tool like JCreator with Visual Studio, I can only guess that you want the full benefit of a large IDE. 当您将JCreator之类的轻量级工具与Visual Studio进行比较时,我只能猜测您想要大型IDE的全部好处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM