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

VS Code Adobe CF Builder Extension debugger stopped

New Here ,
Feb 25, 2024 Feb 25, 2024

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.

code_cfbuild_rds_conn_test.png

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.

486
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
Explorer ,
Jul 03, 2024 Jul 03, 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.

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
Community Expert ,
Jul 03, 2024 Jul 03, 2024

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

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
Explorer ,
Jul 03, 2024 Jul 03, 2024
LATEST

Thank you!

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