Re: Error Starting Application.
Nathan Fiedler <[email protected]> 08 Oct 2003 23:40:34 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1065681633.1139.6.camel@chip> |
You can't imagine how slow that would be. For instance, 'trace all' only shows the method entry/exit events, and that's slower than a snail. To show all code being executed would be a nightmare. You're better off setting some breakpoints with conditions and monitors to get an idea of what's going on without having to step through all of your code. n On Wed, 2003-10-08 at 22:33, Yohan wrote: > Thanks mate, got that right. > > Was wondering if there was anyway i could get a dump of the sequence > of code executed instead of step -ping through large amounts of > code.Tried the trace but cant seem to make much headway with that. > > thanks again, > > Yo