Closed Thread
Results 1 to 4 of 4

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

  1. #1
    dparas is offline Newbie
    Join Date
    Sep 2008
    Posts
    9
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    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?

  4. #3
    Mathematix is offline Programmer
    Join Date
    Jun 2009
    Posts
    112
    Rep Power
    0

    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.

  5. #4
    dparas is offline Newbie
    Join Date
    Sep 2008
    Posts
    9
    Rep Power
    0

    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

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IIs in Visual Studio 2008
    By zkazemi in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 03-09-2010, 06:58 AM
  2. Visual Basic 2008 vs. Visual Basic 2005 - Compatibility
    By cande_300 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-23-2010, 09:00 AM
  3. Replies: 3
    Last Post: 10-03-2008, 03:21 PM
  4. Help with visual basic 2008
    By nickahs18 in forum Visual Basic Programming
    Replies: 1
    Last Post: 05-07-2008, 12:23 PM
  5. Debug Mode
    By dirkfirst in forum Managed C++
    Replies: 4
    Last Post: 10-09-2007, 06:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

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