I have used the debugger but only a couple of times. Basically what I did was to set my break points and then launch the debugging session via the index.cfm file which would hit the default event. Then I would navagate to the real event I wanted to hit in the browser or hit reload in a separate tab which would then trigger the breakpoints I had set. Keep in mind once debugging starts it isn't just limited to one request you can have the second request actually trigger the break point.
--Kurt On Wed, Jul 7, 2010 at 3:25 PM, Brian Klaas <[email protected]> wrote: > Hey folks - > > I've tried to figure out how to get the CF Debugger (as part of the > CF8 Extensions for Eclipse, or using CFBuilder) to do anything other > than call the index.cfm page in a Mach-II app. The debugger is > properly set up and working on simple/test .cfm pages, but how do you > do anything with it other than call the default event on index.cfm in > a Mach-II app? > > We're using SES URL functionality in the framework, so our URLs look > like /localhost/index.cfm/event/someEvent/someVal/someNumber/ I don't > know if that makes any difference, but I thought I'd mention it. > > Any step-by-step instructions to being able to call any event in the > debugger would be most helpful. > > brian > > -- > You received this message because you are subscribed to Mach-II for CFML list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > ***New URLs as of April 29th, 2010*** > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/ > -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en ***New URLs as of April 29th, 2010*** SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
