It works just fine for me.  Setting break points before or after it's loaded to 
memory works for me.  What I have seen is that sometimes it does not stop on 
the breakpoint that I have set if I have changed the code once it's in memory 
or if the debugger finds some issue that it does not tell you about.  Try 
setting the break point in different locations, you'll probably find that it 
stops on one of them so at least you can look at something.

-----Original Message-----
From: Dorioo [mailto:[email protected]] 
Sent: Thursday, March 04, 2010 11:11 AM
To: cf-talk
Subject: Re: CF Debugger for application scoped CFC


Don't know if it's supposed to work, but I have experienced it _not_
working once the CFC is in memory.

Told myself that the debugger processes files used in the request.
Once the CFC is memory, no files are parsed for it and so the debugger
does not fire. I'd love to be wrong though.

- Gabriel

On Thu, Mar 4, 2010 at 11:05 AM, Brook Davies <[email protected]> wrote:
>
> Hi Jochem,
>
> The debugging service itself starts and is running. The debugger does not
> break on the breakpoints. Sorry I should have been more clear. I did put the
> breakpoints in before caching. Should this work?
>
> Brook
>
> -----Original Message-----
> From: Jochem van Dieten [mailto:[email protected]]
> Sent: March-03-10 11:50 PM
> To: cf-talk
> Subject: Re: CF Debugger for application scoped CFC
>
>
> On 3/4/10, Brook Davies wrote:
>> I just set up the eclipse based CF debugger from adobe. Works fine on a
> CFM,
>> but doesn't start for an application scoped CFC.
>
> What do you mean exactly with "doesn't start"? Do you mean that th
> debug server doesn't start? Or do you mean that breakpoints you set
> are not being triggered?
> If the latter, did you put the breakpoints in before caching your cfc
> in the application scope?
>
> Jochem
>
>
> --
> Jochem van Dieten
> http://jochem.vandieten.net/
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331377
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to