Copy link to clipboard
Copied
Tried the debugger feature on CF8 Extension Eclipse plugin, got RDS connection successful but experiencing the following error when attempted to debug ColdFusion.
Unable to connection to the RDS Server 'SEVER NAME'.
Ensure that the server is currently running and that line debugging and RDS are enabled. You may also need to check your RDS connection settings in Eclipse to ensure that they are correct.
Error Message:
String index out of range: -2
I tested my RDS connection setting and so forth and everything seem to work fine.
Anyone experience similar problem and/or has solution for it?
Running CF8 with IIS.
Copy link to clipboard
Copied
Check whether you have enabled the "Allow Line Debugging" under "Debugger Settings". Also check whether the port settings are correct. Alternatively, you can use ColdFusion Builder from Adobe which will automatically get the settings from the server.
-Prasanth
Copy link to clipboard
Copied
Port and line debugging are properly set. Did have CFBuilder installed.
Copy link to clipboard
Copied
Ah, beta code with a bug in it. Never happens.
Copy link to clipboard
Copied
Doesn't looks like a beta bug since I also test on a clean Eclipse App with CF8 Extension for Eclipse, but it is possible.