Book a Demo

Author Topic: Sequence Diagramms  (Read 2549 times)

winter_ip

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Sequence Diagramms
« on: September 05, 2007, 03:47:05 am »
Hello! I have some problems with debuging Java project. I can't debug threads. EA how i think allows debug only one thread (witch have main method), but i need debug that class witch have run methot.

Example: Class1 create new thread Thread1 (Runnable class) I need debug this Runnable class witch started Thread1.


Its wery important.