Getting breakpoints to work when debugging remotely
Greetings All,
I am in the process of configuring a customer's QA CF system, and would like to get remote debugging to work. Here are the details:
- I followed the instructions for adding and associating a remote server w/ a given CF project.
- The server tab shows that the server's running and a remote type.
- I have confirmed that the CF server's been started on the remote host in debug mode, and is listening to the default port of 5005.
- I have configured CF to allow RDS connections and line debugging
- set breakpoints in my CF code
However, when going into debug mode in CF Builder, the breakpoints never stop the processing, and the page is simply generated.
In the coldfusion-out.log I see the following message:
RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='COMMAND'><string>SET_SCOPE_FILTER</string></var><var name='FILTER'><string></string></var></struct></array></data></wddxPacket>,admin,6634633c21014253505301,
RDSRequest - DBG_EVENTS,1358274545142,admin,6634633c21014253505301,
RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='BREAK_ON_EXCEPTION'><boolean value='true'/></var><var name='COMMAND'><string>SESSION_BREAK_ON_EXCEPTION</string></var></struct></array></data></wddxPacket>,admin,6634633c21014253505301,
RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='SEQ'><number>1.0</number></var><var name='FILE'><string>/opt/coldfusion/cfusion/wwwroot\test\index.cfm</string></var><var name='Y'><number>9.0</number></var><var name='COMMAND'><string>SET_BREAKPOINT</string></var></struct></array></data></wddxPacket>,admin,6634633c21014253505301,
RDSResponse -
RDSResponse -
Set BP at - /opt/coldfusion/cfusion/wwwroot\test\index.cfm:9, returnValue = -1
RDSResponse -
RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='SEQ'><number>1.0</number></var><var name='FILE'><string>/opt/coldfusion/cfusion/wwwroot\test\index.cfm</string></var><var name='Y'><number>3.0</number></var><var name='COMMAND'><string>SET_BREAKPOINT</string></var></struct></array></data></wddxPacket>,admin,6634633c21014253505301,
Set BP at - /opt/coldfusion/cfusion/wwwroot\test\index.cfm:3, returnValue = -1
RDSResponse -
Looks to me that breakpoints are getting set, but for some reason the Builder's not stopping at them.
Any ideas, anyone?
CF 10 is running in Red Hat Linux
CF Builder v2.0.1 is running on Windows 7
Thanks in advance,
-Albert
