Re: Setting breakpoints in methods
Scott Urman <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Server Technologies DDR |
| Message-ID | <[email protected]> |
That sounds like a good idea, and would work very well for me. Much better than the line number breakpoints I've been using, which have a tendency to change as the source code is edited. :) I'd still like to see wildcards for the argument types - can you add that as a feature request? Nathan Fiedler wrote: > > Wildcards are not supported for method argument types, at this time. How > many methods of that name exist in that class? Perhaps an easier > solution would be to change 'stop' to set a method breakpoint when given > only the method name, and that method is not overloaded. Would that > satisfy you needs? > > n > > On Mon, 2002-06-17 at 16:33, Scott Urman wrote: > > Hi, > > Is there a way to set a breakpoint in a method, without having to > > completely specify the complete types of the method parameters? i.e. I > > have a method declared as > > > > public void internalService(HttpServletRequest request, > > HttpServletResponse responce) > > > > that I want to break at. But I don't remember the complete type for > > HttpServletRequest or HttpServletResponse. Is there a way to use > > wildcards in the stop command? Thanks. > > _______________________________________________ > jswat-user mailing list > [email protected] > http://www.bluemarsh.com/mailman/listinfo/jswat-user -- -----------------------------------+-------------------------------- Scott Urman | Email: [email protected] Principal Member of Technical Staff| Phone: 650-506-6001 DDR - Oracle Corporation | Fax: 650-506-7204 -----------------------------------+-------------------------------- Author of _Oracle9i PL/SQL Programming_ and _Oracle8i Advanced PL/SQL Programming_ http://www.oraclepressbooks.com -----------------------------------+-------------------------------- Disclaimer: The opinions expressed here are my own, and are not necessarily those of Oracle Corporation. --------------------------------------------------------------------