Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Using the same instructions available for CFEclipse and CF8, I was able to get the debugger working using CF9 and Eclipse 4.2 (Juno) with the CFEclipse pluggin. After much searching, I found the RDS configuration entries live in Window->Preferences->Adobe->RDS Configuration menu option. How I configured it: </p> <p>You have to make sure the port that the RDS Debug server starts in is open: I am using Windows Server 2008, and basically openned the port which I added the JVM Arguments settings in ColdFusion administrator (Otherwise Coldfusion fires it up using some randomly selected port and it could be closed which will mean it WILL NOT accept incoming requests) Here is the syntax:</p> <p>-server -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -DDEBUGGER_SERVER_PORT=49208 </p> <p>You will have to restart Coldfusion as this is used by the JVM at startup.</p> <p>In RDS Configuration I used the host name and port number of the App Server, not the Debug Server's port itself. So in my case I am running IIS which listens on port 80 so that is the host name and port number that I used.</p> <p>Now the litmus test is if you can successfully connect, then test the debugger. If not, don't bother trying to debug an application. On a related note, I am having some issues with breakpoints, not being hit at times, so I am still concerned about it as a production solution, but I may be doing something wrong as well.</p> <p>I have ofcourse condensed this, but the point is that it appears to be achievable. I am new to Coldfusion so I don't know much about the options but just wanted to point out some of the configurations that once I resolved them, was able to achieve line-by-line debugging. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload