RE: Debugging 1.3.1 from a 1.4 station
Steven Rosburg <[email protected]> Tue, 22 Jul 2003 10:20:45 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, let me clarify... If you have used the assert keyword in a way that 1.4 doesn't support (such as a class name or method name), then the parser will complain. Trust me, we were doing this and I had to change our class and method names to _Assert to make it happy. Steve -----Original Message----- From: Nathan Fiedler [mailto:[email protected]] Sent: Tuesday, July 22, 2003 10:31 AM To: 'JP Beaudry' Cc: [email protected] Subject: RE: [jswat-user] Debugging 1.3.1 from a 1.4 station And if you have both JDK 1.3 and 1.4 on the same machine, you can run both the debugger and debuggee on localhost. JSwat 2 should allow the assert keyword regardless of the debuggee version. It's JSwat 1.x that doesn't allow it. n On Tue, 2003-07-22 at 09:29, Steven Rosburg wrote: > It's just for the JSwat client; I've successfully debugged 1.3.1 apps > with JSwat 2. However, you will need to be sure that your 1.3.1 app > does not use the assert keyword, or JSwat will choke when it tries to > parse the source. > > Steve _______________________________________________ jswat-user mailing list [email protected] http://www.bluemarsh.com/mailman/listinfo/jswat-user _______________________________________________ jswat-user mailing list [email protected] http://www.bluemarsh.com/mailman/listinfo/jswat-user