Book a Demo

Author Topic: Generating sequence diagrams -> .net 3.5 dll  (Read 4945 times)

harvinder

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Generating sequence diagrams -> .net 3.5 dll
« on: August 09, 2010, 09:47:51 am »
Hello Guys,

I am trying to generate sequence diagram from a .net 3.5 dll. I have in my solution 4 .net projects, all imported into EA with visual studio add-in.

I am able to put the breakpoints, and start the debug command (from Execution Analyzer->Debug), the program runs, but does not hit any breakpoint that I have set and get the following error.

[944301806]      Warning, all breakpoints failed to bind, check binaries built with debug information and source files synchronized with Model

How to ensure the model is in sync [is doing reverse engg enough?], the reason I am asking this is because when I forward engg, my code changes (because EA doesn't support C# generic interfaces)

Any idea, what am I doing wrong.

thanks
harvinder

harvinder

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Generating sequence diagrams -> .net 3.5 dll
« Reply #1 on: August 09, 2010, 12:27:24 pm »
I noticed that I have trouble with VS 2010, with VS 2008 it sort of works. But still not able to generate full sequence diagram. Calls to other dlls are not coming in the sequence diagram.

thanks
harvinder

Kris Nunes

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Generating sequence diagrams -> .net 3.5 dll
« Reply #2 on: September 14, 2010, 05:17:21 pm »
Hi,

I am facing the same issue for a simple .Net application with the same error. Do you finally resolve this issue.

Kind regards,
Kris

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Generating sequence diagrams -> .net 3.5 dll
« Reply #3 on: September 15, 2010, 08:28:12 am »
Build 863 has just been released with this line in the release notes.

Quote
Visual Execution Analyzer extended to allow debugging of applications using the .Net 4 runtime.