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,suspend=y 
 |-Xdebug

best regards,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to