使用 Eclipse 插件在模拟器中调试 Blackberry 应用程序

发布于 2024-08-30 23:40:27 字数 1367 浏览 10 评论 0原文

我刚刚使用 Blackberry Eclipse 插件启动了 Hello World 应用程序。

我已经尝试了一两个配置来调试我的 HelloWorld Blackberry 应用程序,但不幸的是我不能..

任何人都可以让我知道如何使用 Eclipse 插件在模拟器中调试任何 Blackberry 应用程序?

预先感谢...

编辑:当我尝试使用 Eclipse 中的“调试配置”选项执行此操作时,我收到以下错误:

“无法连接到远程虚拟机。连接超时。 org.eclipse.jdi.TimeoutException"

具有以下堆栈跟踪:

org.eclipse.jdi.TimeoutException
at org.eclipse.jdi.internal.connect.SocketTransportService.attach(SocketTransportService.java:151)
at org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:43)
at org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:118)
at org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:139)
at net.rim.ejde.A.L.E.doConnect(RIMEIDE:1273)
at net.rim.ejde.A.L.E.debug(RIMEIDE:769)
at net.rim.ejde.A.L.K.launch(RIMEIDE:608)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

I have just started the Hello World App using Blackberry Eclipse Plugin.

I have tried one or two configuration for debug my HelloWorld Blackberry App, but unfortunately I could not..

Can anyone let me know that how can I debug any Blackberry App in simulator using Eclipse Plugin ?

Thanks in advance...

EDIT : When I am trying to do so using Debug Configuration option in Eclipse I am getting following error :

"Failed to connect to remote VM. Connection timed out.
org.eclipse.jdi.TimeoutException"

with following stacktrace :

org.eclipse.jdi.TimeoutException
at org.eclipse.jdi.internal.connect.SocketTransportService.attach(SocketTransportService.java:151)
at org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:43)
at org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:118)
at org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:139)
at net.rim.ejde.A.L.E.doConnect(RIMEIDE:1273)
at net.rim.ejde.A.L.E.debug(RIMEIDE:769)
at net.rim.ejde.A.L.K.launch(RIMEIDE:608)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很快妥协 2024-09-06 23:40:27

请参阅此 手动

  1. 在 Eclipse® 的“运行”菜单上,单击“调试配置”或“运行配置”。
  2. 展开 BlackBerry Simulator 项目。
  3. 执行以下任务之一:

    要使用现有启动配置,请在 BlackBerry Simulator 下单击启动配置。

    要使用新的启动配置,请右键单击 BlackBerry Simulator,然后单击新建。

  4. 单击“模拟器”选项卡。

  5. 单击常规选项卡。
  6. 点击运行

See page 30 of this manual

  1. In Eclipse®, on the Run menu, click Debug Configurations or Run Configurations.
  2. Expand the BlackBerry Simulator item.
  3. Perform one of the following tasks:

    To work with an existing launch configuration, under BlackBerry Simulator, click a launch configuration.

    To work with a new launch configuration, right-click BlackBerry Simulator, and click New.

  4. Click the Simulator tab.

  5. Click the General tab.
  6. Click run
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文