Re: "No code at that line in class" while debugging Tomcat
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Sounds like a bug to me. Please send detailed steps for reproducing the problem to [email protected] and I will look into it. thanks n On Fri, 2002-11-08 at 09:12, Paul Legato wrote: > Hi all, > > I'm using JSwat 2.9 with Apache Tomcat 4.1.12. I'm trying to debug > classes running remotely on the server. If I make a change to a source > file and redeploy it into Tomcat, Tomcat's automatic reloading detects > the new .class file and uses it. > > But, if I reload the new source file into JSwat and attempt to set > breakpoints anywhere in the file, I get a popup with "No code at that > line in class". This happens even if I detach from the remote VM, or > even if I completely exit JSwat and restart it. The only thing that > seems to get the new code to be debuggable is shutting down and > restarting both Tomcat and JSwat. > > Am I doing something wrong, or is this a bug? > > Thanks, > -Paul