Author Topic: complete stack trace  (Read 2134 times)

tbuxton

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
complete stack trace
« on: November 12, 2006, 08:01:41 pm »
Is there some way to generate a COMPLETE stack trace, a trace that would record each and every line of each and every method executed during a debug session? I am working with an event driven remoting application that has more twists and turns than a dime store novel. To ease my burden I would like to generate sequence diagrams of several important tasks. Now I know how to force these tasks interactively but not programmatically, so setting breakpoints is not the road to success here.

Sure would appreciate a few words of wisdom, or better yet a roadmap to nirvana.