The -debug server option is for debugging JRun with JRun Studio. Don't use it for debugging with JBuilder. Just debug JRun like you would any other application, in process or out. The VM args are different, depending how you choose to do it. But everything you need can be passed to JRun as user.javaargs in local.properties, or via the JMC. I would follow the JDK tool docs or JBuilder docs for specifics.
I also recommend Karmira's Bugseeker instead of JBuilder's debugger. Scott S. Macromedia > -----Original Message----- > From: Paul Sanchez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 1:27 PM > To: JRun-Talk > Subject: debugging Jrun 3.0 with JBuilder 4.0EE > > > All, > > I'm trying to debug my code in Jrun 3.0 sp2 using JBuilder EE 4.0. > Doing this, I follow the instructions in > http://www.macromedia.com/v1/handlers/index.cfm?ID=20830 > <http://www.macromedia.com/v1/handlers/index.cfm?ID=20830&Method=Full> > &Method=Full > and it works but... > > I noted that after I performed a "step into" or "step over" > operation in my > code the connection between IDE and the server is loosed. > Even after use a "-debug" option for the server in this way: -start > c:/Allaire/JRun/servers/default jrun.rootDir=c:/Allaire/JRun -debug > connection is loosed. So I have to restart the server again > and again :(. > > So, I need to know if there is some tricky in order to mainting the > debugging session. > > I found a work around to debugg but is too tedious: > I have to set many break points and perform the trace jumping > between each > break point using "resume program (F9)" operation > and in this way CONNECTION IS NOT LOOSED. > > Is really hard to debug in this way. > > Any help will be really appreciate it > > Regards, > > Paul Sanchez > Software Engineer > Objeq > [EMAIL PROTECTED] > Tel: (593)-2-2268349 x 518 > Objeq: "We help you deliver high quality, on time, cost > effective software" > Visit http://www.objeq.com <http://www.objeq.com/> to find > free resources, > information and tips on how to deliver successful software projects > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
