CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lehe

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    4,381

    Specify Source Directory of Library

    In Visual C++, my code is using a library. I have its source code and would like to debug into it. How to specify the source files of a library for debug?
    Thanks in advance!
  2. Replies
    0
    Views
    3,958

    Debug and Library Questions

    Hi,
    I have two questions. Thanks in advance for pointing out what you think about them!

    1. This is a question of GDB. How to step over instead of stepping into in the following code:

    for(int...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured