RE: Debugging 1.3.1 from a 1.4 station
Nathan Fiedler <[email protected]> 22 Jul 2003 10:31:25 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1058895085.1659.2.camel@chip> |
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