Copy link to clipboard
Copied
I've managed to get remote debugging with coldfusion 8.0.1 in Eclipse 3.3.0 working correctly except that no variables appear in the variables window. I have basically all of the variable scopes checked and step debugging works.
Any suggestions?
Copy link to clipboard
Copied
Not sure if debugging "on" in the CF admin is a requirement or not. I'd turn on all the debugging there as well to see if that helps.
Or was that what you were referring to as having checked.
I know in Eclipse it has a similar setting for the debugger, where you can specify which scopes to show.
So maybe make sure cfadmin and eclipse all have everything "on" and restart both.
Byron Mann
mannb@hostmysite.com
byronosity@gmail.com
Software Architect
hosting.com | hostmysite.com
http://www.hostmysite.com/?utm_source=bb
Copy link to clipboard
Copied
Also not sure if a cfsetting showdebugoutput='no' in the code would effect this or not as well.