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

Search:

Type: Posts; User: 0code

Search: Search took 0.03 seconds.

  1. Thread: Debugging issue

    by 0code
    Replies
    3
    Views
    8,505

    Re: Debugging issue

    Guys, this issue was a problem in the remote debugging tool. If you are using VS 2008 SP1 to develop Windows CE 7 applications, install the following hotfixes:

    KB944899
    KB2483802

    This will...
  2. Thread: Debugging issue

    by 0code
    Replies
    3
    Views
    8,505

    Re: Debugging issue

    S_M_A,



    If I do that, the program reaches to the next breakpoint normally.



    Yes, I have.
  3. Thread: Debugging issue

    by 0code
    Replies
    3
    Views
    8,505

    Debugging issue

    I'm trying to debug a single threaded application. When the program reaches to a breackpoint, the thread state pass to "1". Then, when I press F10 (step-over), the program just continue and it...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured