Shane Farmer wrote:
Thats the one. I want to be able to watch each line of code executing in the debugger and see what vars are being set and what to. Does anyone know if it's even possible?

As of CFMX there is no line by line debugging -- it was considered one of the least utilised features of CF5 and so abandoned.

Personally I find the debugging options in CF to be great. I hate using line by line debuggers. I've always found that a combination of the debugging output (especially tree view), dumps, cftrace, and logging to be all i need.

CFTRACE is very useful, especially since it only kicks in when debugging is on so you can happily leave it in your code base.

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to