I tried JSwat and it gave me "The class has no line number information" when
I set the break point in the compiled JSP (the .java file).  Yet, when I use
BugSeeker, it works fine... stranger and stranger...

Mark

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:36 AM
To: JRun-Talk
Subject: Re: Debugging JRun from Forte for Java


hi!

 > Does anyone have any ideas?  I've been able to make Karmira BugSeeker
debug
 > and it works well - stops on breakpoints in the generated java files AND
in
 > beans.  HELP!!!

.if it already works with other debuggers; what about
trying (just once with) (more) other debuggers as well?;
-->> just to narrow down the problems; like the NetBeans
(different versions) for instance (anyway its just about the
same as forte).  --or even other debuggers like JDE/JDebug
or JSwat, etc.etc.  JPDA as it appears to me is a bit tricky
thing to stabilize...

(sorry being not a concrete answer - but all I'm doing is
debug EJB code under JRun from NetBeans(3.2) => no JSPs.)

 > Here's how I setup the java parameters on the JRun server:
 > -Xdebug -Xnoagent -Djava.compiler=NONE
 > -Xrunjdwp:transport=dt_socket,server=y,address=9090,suspend=n

this looks the same as mine; although I slightly use a different swithces
for sun-jdk on linux <> sun-jdk on solaris:
 <syntax=makefile>
 | # debug flags to do source code debugging...
 | DEBUGGER_PORT=5678
 | # debug flags to do source code debugging...
 | DEBUGGER_PORT=5678
 | DEBUG_FLAGS_JDK131_LINUX=-classic -Xnoagent
-Xrunjdwp:transport=dt_socket,address=$(DEBUGGER_PORT),server=y,suspend=y
-Xdebug
 |
DEBUG_FLAGS_JDK131_SOLARIS=-Xrunjdwp:transport=dt_socket,address=$(DEBUGGER_
PORT),server=y,suspend=y -Xdebug
 | # choose one
 | DEBUG_FLAGS=$(DEBUG_FLAGS_JDK131_SOLARIS)
 |
DEBUG_FLAGS_CLIENT=-Xrunjdwp:transport=dt_socket,address=6789,server=y,suspe
nd=y -Xdebug

best regards,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to