Skip to main content
Participant
February 25, 2024
Question

VS Code Adobe CF Builder Extension debugger stopped

  • February 25, 2024
  • 2 replies
  • 525 views

I am not able to get line debugging to work.
I have an up-to-date VS Code and believe the CF Extension to be up-to-date.

I am devopling against a localhost instance of CF, and have administered its RDS to be enable. From VS Codes CF Server configuation, and can test connetion. That works.

But when I choose a file with a breakpoint, nothing happens.

The debug console output is this:

Error on RDS request :: {"code":"ERR_SOCKET_BAD_PORT"}
323 :: {"statusCode":500,"data":[],"error":{"code":"ERR_SOCKET_BAD_PORT"}}
Error on launchRequest :: 13
Error on RDS request :: {"code":"ERR_SOCKET_BAD_PORT"}
Debugger stopped
Error on RDS request :: {"code":"ERR_SOCKET_BAD_PORT"}
Debugger stopped

 

All, I know is that CF+Tomcat is configured for port 8500 and the RDS line debugger port is 5005. No changes from defaults. Everything about runing CF code and using RDS on my development platform but this appears to run as expected.

There is a bug tracker report about something similar, but I see nothing that tells me that someone has suggested why the VS Code extension is throwing this error.

https://tracker.adobe.com/#/view/CF-4220242 

I am at a loss to get line debugging working. It seems like it would be valuable.

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    July 3, 2024

    I have requested Adobe's ColdFusion Team to re-open the ticket https://tracker.adobe.com/#/view/CF-4220242 

    elisabethf82215657
    Inspiring
    July 3, 2024

    Thank you!

    elisabethf82215657
    Inspiring
    July 3, 2024

    Hi @gregc19925089 !

    I have exactly the same problem. Were you able to resolve the issue? The referenced bug tracker report was closed without solution.