Book a Demo

Author Topic: Generating a sequence diagram for a .NET 3.5 AddIn  (Read 2142 times)

Jonathan Bailey

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Generating a sequence diagram for a .NET 3.5 AddIn
« on: September 18, 2008, 02:47:48 am »
We've developed an AddIn for our own application using the .NET 3.5 AddIn framework.

I can set breakpoints and generate sequence diagrams on methods on the host View and Adapter classes, but the debugger never hits the breakpoints in (or generates sequence diagrams for ) the AddIn View and Adapter classes, or in the AddIn classes themselves.

Does anyone else have experience generating sequence diagrams for AddIn components, and, if so, how did you work around this problem?

Thanks for your help.

Jon.