Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 9 remote debugging on multiple instance server

Guest
Mar 06, 2014 Mar 06, 2014

Okay, so I've been tinkering with this for the past few days and have made little to no ground.

My scenario:

I've got a multiple-instance server within my network, but on a different machine.

I'm trying to use ColdFusion Builder 2

My ColdFusion version is 9.0.2

My ColdFusion install type is Multiple Instance with RDS enabled

I'm using IIS 6

My Problem: I cannot get debugging to work in ColdFusion Builder.

What I'm trying to do: Configure the server to pause on breakpoints from my IDE, to allow me to step through the code and see how it's working.

Extras:

All of my virtual sites share the same IP, but use different host headers for browser access.

In the RDS configuration screen, I'm able to "Test Connection" successfully, but "Test Debugger" return the following error.

Test debugger failed.

The debugger server is currently listening on port 2,059.

This port is not the debugger port set in the ColdFusion Administrator. This port is selected randomly each time the debugger server starts.

491
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 07, 2014 Mar 07, 2014

Anyone?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 11, 2014 Mar 11, 2014
LATEST

Make sure that the port is not blocked by the firewall. Also, check this : http://forums.adobe.com/message/2636413

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources