> I am having trouble setting up the CF debugger. I think 
> the problem is in how to do a development mapping, although 
> I am not really sure. NO ONE I have talked with really 
> knows how to do it, they all use debug statements in thier 
> code. It seems as if the IDE's debugger is equivalent to
> the Microsoft VB debugger if i could only get it to work.

To use the CF Studio debugger, you have to do the following:

1. Make sure you can view and edit files on the target server via RDS. If
you can't, you'll need to create an RDS mapping.

2. Create a development mapping to the target RDS server. You can do this by


a. selecting "Development Mappings" from the debug menu,
b. selecting the target RDS server from the dropdown,
c. clicking the little yellow button next to the "Studio Path" text box,
d. navigating to the web root directory of the target RDS server,
e. clicking "OK" in the navigation dialog, then clicking "Add" in the main
Development Mappings dialog.

3. Once you've created a development mapping, you'll need to open the file
to be debugged, and set breakpoints in it. Once you've set your breakpoints,
you can click the "Run" button on the Debug toolbar, and you're on your way.

For more info, you might look at this CFUG presentation on the Fig Leaf
website:

http://www.figleaf.com/figleafhome/cfug/CFUGSep99-GAkickoff.zip

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: 202-797-5496
fax: 202-797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to