如何在IntelliJ IDEA中本地调试MPJExpress

时间:2017-12-27 21:00:18

标签: java debugging intellij-idea mpj-express

对于eclipse,有一个扩展可用于为MPJExpress设置调试配置。 我如何在IntelliJ IDEA中本地调试应用程序。 我试图在运行/调试配置中使用vm选项设置调试。通过这种配置,我得到下面给出的消息,断点不会受到影响。

  

MPJ Express(0.44)以多核配置启动

     

在地址:8001

侦听传输dt_socket

vm选项

-jar $MPJ_HOME$\lib\starter.jar com.owiSoft.Lab6.HelloMPJ -np 4 -device niodev -debug 8001

enter image description here

2 个答案:

答案 0 :(得分:0)

我可以通过修改

中的vm optios来调试这个MPJExpress应用程序

-jar $MPJ_HOME$\lib\starter.jar com.owiSoft.Lab6.HelloMPJ -np 4 -device niodev -debug 8001

-jar $MPJ_HOME$\lib\starter.jar com.owiSoft.Lab6.HelloMPJ -np 4 -debug 8000

并从“运行/调试配置”菜单中添加了另一个“远程”配置

enter image description here

然后启动主配置,使其保持运行并切换到RemoteDebugger配置并启动它。按照这些步骤,断点得到了打击

答案 1 :(得分:0)

MPJ Express提供Eclipse插件来在Eclipse中执行和调试MPJ Express应用程序。这个插件非常易于使用,不需要记住不同的设置命令。 MPJExpress网站提供了一步一步的教程和插件视频指南。 MPJ Express User Guides and Tutorials

如果有人直接想要在没有插件的情况下跳转调试部分。关注this youtube tutorial starting from 04:00