Setting breakpoints in methods
Scott Urman <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Server Technologies DDR |
| Message-ID | <[email protected]> |
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. -- -----------------------------------+-------------------------------- 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. --------------------------------------------------------------------