+ Reply to Thread
Results 1 to 4 of 4

Thread: Speed up the debug mode in Visual c++2008

  1. #1
    Newbie dparas is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    9

    Speed up the debug mode in Visual c++2008

    Hello guys,

    I switched from Visual c++ 6 to Visual c++2008 lately. When i choose the debug mode and try to reach a breakpoint the speed is unbelieavable slow (much slower than this of visual studio 6). Can i do sth to speed up the debug mode, cause i cannot work and debug me code?

    Thanks a lot in advance
    Dimitris

  2. #2
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    Re: Speed up the debug mode in Visual c++2008

    Debug mode in VS2008 runs fast on all of my computers. What are your computer specifications? Are you sure the code isn't causing "lag" between the start and the break point?

  3. #3
    Programmer Mathematix is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    104

    Re: Speed up the debug mode in Visual c++2008

    VC6 is known to be very fast and much faster than its successors, but I can't think off-hand how to speed up VS2008. If you are working on a very small code base you shouldn't be experiencing problems.

  4. #4
    Newbie dparas is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    9

    Re: Speed up the debug mode in Visual c++2008

    >>Debug mode in VS2008 runs fast on all of my computers. What are your >>computer specifications? Are you sure the code isn't causing "lag" between >>the start and the break point?

    I am using a quad core intel 2.83 ghz 12 mb cache, 4 gb RAM. There is low speed even if i run the program in debug mode without breakpoints. Is there any settings to change?

    Thx a lot
    Dimitris

    >>VC6 is known to be very fast and much faster than its successors, but I >>can't think off-hand how to speed up VS2008. If you are working on a very >>small code base you shouldn't be experiencing problems.

    I run a code of 5000 lines. It is an algorithm that i need to run it in debug mode sometimes to solve problems and watch its behavior. I am disappointed by this transition from VS6 to VS2008. Unacceptable performance. Anyways...

    Thx a lot
    Dimitris

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 10
    Last Post: 09-25-2009, 07:28 AM
  2. Visual Studio 2008: C# Hello World Tutorial
    By Jordan in forum CSharp Tutorials
    Replies: 27
    Last Post: 07-23-2009, 04:32 PM
  3. Replies: 3
    Last Post: 10-03-2008, 05:21 PM
  4. Replies: 3
    Last Post: 05-14-2008, 02:51 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts