The Studio debugger is fantastic for dealing with lots and lots of
nested loops.  When you have to keep track of a dozen or two dozen
constantly changing variables the studio debugger is fantastic.  If you
don't need to deal with this, just use the debugger built into CF
server.

The studio debugger is a pain in the ass to setup, but once you get it
working right it will help to solve your problem fairly quickly.  The
reason it is so hard to setup is that the execution of the code is not
happening right there in Studio.  Allaire built it in such a way that
your server that executes the code could be in california, you could be
in Virginia and it 'could' work.  Most debuggers like the one built into
Visual C++ are built directly into the IDE, so there is nothing to
setup.  

If you haven't gotten the studio debugger to work yet.  Try a little
harder, but realize it's only going to REALLY help you if you're dealing
with a large number of changing variables.  

The built in debugger in CF server (not the one we're talking about) is
top notch.  It tells you 10 times more information than other languages
web languages.  That is one of the reasons CF is so easy to work with.  

Steve

Hal Helms wrote:
> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_0000_01C03257.AFF88FE0
> Content-Type: text/plain;
>         charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> 
> Do we have any Fuseboxers who use the debugger regularly? Do you love it?
> Hate it? Don't use it? I'm doing some research for a book and would really
> like to know people's reactions to it.
> 
> ------=_NextPart_000_0000_01C03257.AFF88FE0
> Content-Type: text/html;
>         charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR></HEAD>
> <BODY>
> <DIV><FONT face=3DArial size=3D2><SPAN class=3D002391405-10102000>Do we =
> have any=20
> Fuseboxers who use the debugger regularly? Do you love it? Hate it? =
> Don't use=20
> it? I'm doing some research for a book and would really like to know =
> people's=20
> reactions to it. </SPAN></FONT></DIV></BODY></HTML>
> 
> ------=_NextPart_000_0000_01C03257.AFF88FE0--
> 
> ------------------------------------------------------------------------------
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to