CFBuilder不会在断点处停止

CFBuilder不会在断点处停止

本文介绍了CFBuilder不会在断点处停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

因为这个问题...

Eclipse不会在断点处停止

...处理eclipse本身和CFBuilder是基于eclipse的,我认为这可能会有所帮助.那里的评论之一提到停止服务器并重新部署应用程序:(

...deals with eclipse itself and CFBuilder is eclipse based, I thought it might be helpful. One of the comments there mentioned stopping the server and redeploying the app :(

我的问题是:如果CFBuilder(我正在使用v 1.0)没有在断点处停止,或者如果在设置断点时它在断点上出现了一个小问号图标,如何在不重新启动服务器的情况下解决此问题.重新启动可以在大约95%的时间内解决此问题,但需要花费几分钟的时间(计算机速度慢/旧).

My question is this: if CFBuilder (I'm using v 1.0) doesn't stop on breakpoints, or if it gets a li'l question mark icon over the breakpoint when it's set, how do I fix this Without Restarting The Server. Restarting fixes the issue about 95% of the time, but it takes a few minutes (slow/old machine).

是否有一种方法可以重新部署而无需重新启动,或者可以进行其他快速修复,以确保我的工作流不会中断?只为调试我的代码而不得不重启服务器真是令人发疯.

Is there a way to redeploy w/o restarting, or another quick fix so that my workflow doesn't get interrupted? It's maddening to have to restart the server just to debug my code.

作为参考,这是远程调试,因为它来自HTTP请求中的服务器.

For reference, this is remote debugging, since it's coming from the server on the wings of an HTTP request.

一些其他信息项目"菜单对我来说显示为以下灰色:

Some additional infoThe Project menu has the following grayed out for me:

  • 全部构建
  • 构建项目
  • 清洁...
  • 然后选择工作集...(在构建工作集"下)

推荐答案

我遇到了这个问题.我的ColdFusion项目存储在D:\ work \ myproject;中.并且我已经在C:\ ColdFusion10 \ cfusion \ wwwroot \ myproject中创建了一个链接(使用MKLINK).创建ColdFusion项目时,请确保项目目录为C:\ ColdFusion10 \ cfusion \ wwwroot \ myproject,而不是D:\ work \ myproject.项目的路径是/myproject.

I was having this problem. My ColdFusion project is stored in D:\work\myproject; and I have created a link (using MKLINK) in C:\ColdFusion10\cfusion\wwwroot\myproject. When you create the ColdFusion project make sure that the project directory is C:\ColdFusion10\cfusion\wwwroot\myproject and not D:\work\myproject. The path to the project is /myproject.

这篇关于CFBuilder不会在断点处停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 07:40