Check out the web tools platform from Eclipse.org. It has a whole server management infrastructure component, so you can create/launch/debug/kill all your development containers right from Eclipse. Not of huge benefit to CF developers since it's at the JVM layer, not the CF layer, but for troubleshooting lower-level problems it can be a godsend.
The basic idea is you create a server instance in Eclipse pointed at your existing container and use Eclipse to start it up instead of the command line / windows service. Then you can introspect the running JVM from within Eclipse, as well as make certain types of modifications to the JVM without restarting (change variables, inject new method bodies, kill threads, etc.). cheers, barneyb On Tue, Dec 2, 2008 at 11:57 PM, Philip Kaplan <[EMAIL PROTECTED]> wrote: >> You running the standalone version of CF, or are you in JEE mode? > J2EE mode. > >> Launch the container in debug mode from Eclipse. > > How do I do this? (or do the other thing you mentioned) > > I swear I'm not as much of a newbie as I sound tonight -- I've been a CF > programmer for 12 years. I've just never had these problems before. > > On Tue, Dec 2, 2008 at 11:50 PM, Barney Boisvert <[EMAIL PROTECTED]>wrote: > >> You running the standalone version of CF, or are you in JEE mode? If >> the latter, launch the container in debug mode from Eclipse. Or if >> that's not possible, set up the java debugging port on the JVM, launch >> it normally, and connect to it with Eclipse. You can easily browse >> through all the threads stacks, as well as easily identify hung >> threads (and what they got hung on). >> >> cheers, >> barneyb -- Barney Boisvert [EMAIL PROTECTED] http://www.barneyb.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316172 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

