DO you have the debugging enabled in CF Administrator? Thats a big help.. If not then you will have to enter your IP address in CFAdmin if your server is somewhere remote..
Thanks. >>> "etienne deleflie" <[EMAIL PROTECTED]> 07/24/07 9:07 PM >>> although the only issue with that is that I need 2 lots of messages ....... one to print out those values when I get a Stack Trace .... and an other one to print out the values when I _dont_ get a Stack Trace ..... If I abort everytime, then there is no way for me to see which values are causing the Exception Etienne On 7/25/07, etienne deleflie <[EMAIL PROTECTED]> wrote: > that's what I needed ... thanks :) > > Etienne > > On 7/25/07, Sandeep Vohra <[EMAIL PROTECTED]> wrote: > > Not sure but Did you try to use CFABORT before the problemetic code and > > print the values ? > > > > CF just aborts the code wherever it encounters CFABORT tag. > > > > Thanks. > > > > -Sandeep Singh Vohra > > > > >>> "etienne deleflie" <[EMAIL PROTECTED]> 07/24/07 7:43 PM >>> > > Hi all, > > > > I'm new to Coldfusion and I'm looking for a way to print out the > > values of variables just before a stack trace. > > > > I'm actually debugging someone else's code .... cfdump doesn't print > > out anything because there is an exception in the page, and all I see > > is the exception stack trace. I want to print out a value set in the > > line _before_ the exception occurs. > > > > Is there a way for me to just pop some output to stdout?... if not how > > can I access values immediately prior to a stack trace? > > > > Etienne > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2948 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
