Re: JSwat Issues/Questions

Nathan Fiedler <[email protected]> 08 Dec 2003 09:59:48 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1070906388.1821.3.camel@chip>
What do the other debuggers do in this case? Simply not report a
problem? Is JSwat generating exception stack traces (console or message
area?), or are you seeing the error message about the source not being
found? Is it this message that you are trying to avoid seeing? If
JSwat's behavior were to be changed, what would you recommend?

n


On Mon, 2003-12-08 at 08:47, Wilson Jimmy - jiwils wrote:
> I have some code that is invoked by some third party code.  I want to debug
> just my code, not the 3rd party's code.  However, I want to invoke the
> debuggee with the class name of the third party code so that I can debug my
> code as it would traditionally be utilized.  This causes exceptions related
> to the fact that the 3rd party's source code can not be found.  I have
> accomplished this kind of debugging with other debuggers, and I was curious
> how I might do that in JSwat.
> 
> Jimmy