Eclipse中ColdFusion调试问题(断点未命中)

发布于 2024-09-08 04:51:23 字数 393 浏览 2 评论 0原文

我试图让调试器(Eclipse 的 CF 扩展)在最后几个小时内正常工作。并在奇怪的情况下受到打击。

下面列出了我的设置

  • ColdFusion 8
  • Eclipse 3.4

我设置了 RDS &修改了 JVM.config 设置并验证了连接&调试器,在测试运行中都返回成功。但是当我将调试器附加到站点时,不会命中断点。

我的 Eclipse 工作台 & site 虚拟目录指向同一路径。它位于远程服务器中。

我将 Eclipse-CF 映射留空,因为两者都指向相同的远程路径。

我正在使用 WYSE 瘦客户端模拟器..这与此有什么关系..?

有人可以帮我解决这个问题吗?

干杯

I am trying to get the debugger (CF extension for Eclipse) working for last few hours. And struck in strange situation.

My settings are listed below

  • ColdFusion 8
  • Eclipse 3.4

I set up the RDS & modified the JVM.config settings and verified the connection & debugger, both returns successful in test run. But When i attach a debugger to the site, breakpoints are not hit.

My Eclipse workbench & site virtual directory pointing to the same path. It is in a remote server.

I left Eclipse-CF mapping blank since both pointing the same remote path.

And i am using WYSE thin client emulator.. does it anything to do with this..?

Can someone help me to resolve this problem?

Cheers

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

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

发布评论

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

评论(2

零度℉ 2024-09-15 04:51:31

您确实需要至少指定一个映射。 Eclipse 需要知道项目中的哪个文件夹映射到 http 根目录。即使映射是 / -> /,你需要指定这一点。唯一可以将映射留空的情况是当 CF 服务器与 Eclipse 位于同一台计算机上时。

You do need to specify at least one mapping. Eclipse needs to know what folder in your project maps to the http root. Even if the mapping is / -> /, you need to specify that. The only time you can leave mapping blank is when the CF server is on the same machine as Eclipse.

泪意 2024-09-15 04:51:30

如果您的 Eclipse 配置正常,则可能是服务器端未配置某些内容。检查线路调试器设置是否 >允许线路调试功能已启用,调试器端口 (5005) 已打开并可从客户端计算机访问。

应引导您完成正确设置的文章:

http://eclipse.sys-con.com/node /382427

http://www.adobe.com/devnet/ Coldfusion/articles/debugger.html

您也可以尝试使用 CF Builder 和/或 FusionDebug http ://www.fusion-debug.com/fd/

If your eclipse configuration is ok, could be that something is not confgured right on server side. Check if Line Debugger Settings > Allow Line Debugging feature is enabled and that Debugger Port (5005) is opened and accessible form client machine.

Articles that should walk you through proper setup:

http://eclipse.sys-con.com/node/382427

http://www.adobe.com/devnet/coldfusion/articles/debugger.html

Also you could try using CF Builder and/or FusionDebug http://www.fusion-debug.com/fd/ .

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