Debugging & reference to .dll files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zeba

    Debugging & reference to .dll files

    Hi,

    My client has given me some files in .dll form rather than the source
    code itself ( say X.dll instead of X.cs ). So while debugging, at
    points where there are references to functions in X.cs, I have to
    "Step over" rather than "Step into" - Is that correct ? If I try step-
    into I get an error/dialog box to locate the file. Is it that these
    files ARE required or just that I can't step-into them ?

    Thanks !

  • Michael C

    #2
    Re: Debugging & reference to .dll files

    "Zeba" <coolzebs@gmail .comwrote in message
    news:1175049265 .152344.210270@ d57g2000hsg.goo glegroups.com.. .
    Hi,
    >
    My client has given me some files in .dll form rather than the source
    code itself ( say X.dll instead of X.cs ). So while debugging, at
    points where there are references to functions in X.cs, I have to
    "Step over" rather than "Step into" - Is that correct ? If I try step-
    into I get an error/dialog box to locate the file. Is it that these
    files ARE required or just that I can't step-into them ?
    You need the source code if you are going to step into them.

    Michael


    Comment

    • Zeba

      #3
      Re: Debugging &amp; reference to .dll files

      Okay..thanx !
      You need the source code if you are going to step into them.
      >
      Michael

      Comment

      Working...