Book a Demo

Author Topic: Generate Sequence Diagramm  (Read 2896 times)

winter_ip

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generate Sequence Diagramm
« on: September 05, 2007, 03:42:54 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.

PerthDevil

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Generate Sequence Diagramm
« Reply #1 on: September 09, 2007, 09:01:10 pm »
Hi,
I too am trying to debug a threaded application written in C# .Net (1.1) and am unable to do so.
My application creates a thread and calls ThreadStart at which point, the process doesn't progress and when I stop recording and generate a sequence diagram, it does generate but "only till that point" and not further.
Could someone please advise asap on whether we can do it or not?
Thanks