Re: Re: New step-until-code-is-available feature request (was: call for input, votes)
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1023918444.1507.13.camel@chip> |
This sounds like a different request. Do you want a breakpoint on the main() method of the main class? You realize, of course, you can do this yourself very easily. Start the debuggee suspended, set the breakpoint, then resume until the breakpoint is hit. n On Wed, 2002-06-12 at 14:32, Matthias Ferber wrote: > Oooh, I'll second that -- especially if it will work at the beginning of a > program. Not being able to "step into" the beginning of a program > constantly makes me see spots. > > Matthias