Debug

Viewing 1 reply thread
  • Author
    Posts
    • #14092

      I have an orchestration that calls an assembly (within an expression shape), the assembly however perform another method call of a second assembly.
      I am trying to debug the whole thing but can’t get into my second assembly that been called.

      Any suggestions guys?

      Thanks for any help.

    • #14093

      Thanks Stephan,

      I did attache the BTS process and getinto the debug window, however the second method that been called can not be hit since I get \”no symbols loaded for this document\”

      Have you received that before?

      • #14094

        Have you tried attaching the BTSSrvc to Visual Studios and setting a break point in the first method? I’m guessing that’s what you are doing.

        I’ve been able to step into other methods as long as I had the source code and debug files.

        Hope this helps.

        • #14095

          I think you need to build the 2nd method in debug mode to get the symbol file. I think then that will work.

          • #14096

            You can also manually load a PDB file. As soon as you attach, break into the process, then open the Modules window (from the Debug->Windows menu), select the assembly you’re interested in, right click and select Load Debug Symbols. It should let you select the PDB file to load.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.