CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16

    Re: Great language support, but are you addressing the performance issues?

    Quote Originally Posted by anhall1 View Post
    Hi "real name",
    it's during (mixed) debugging, mostly cpp; c# for wpf only (see next)
    large mfc app, newly with some wpf dialog parts
    i do not name long nearly-deadlocks(?) often, they're random (in that time the rest of computer lives own life without problem)
    from history i'm used to this tricks: symbol path is usually empty (completely empty = no disabled items), not keeping unnecessary dll debug info (keeping list as small as possible), having minimum of breakpoints (and no disabled only), often closing not necessary source files opened, all intellisenses&co disabled, no pluggins like visual assist
    Last edited by real name; June 18th, 2010 at 04:27 AM.

  2. #17
    Join Date
    Jun 2010
    Posts
    2

    Re: Great language support, but are you addressing the performance issues?

    Hi All,

    Given that this slow chat has ended, can you please contact us at devperf (at) microsoft (dot) com to discuss these performance issues? We'd love to follow up with you and help diagnose the problem.

    Thanks!
    Lisa Feigenbaum
    Program Manager
    Visual Studio

Page 2 of 2 FirstFirst 12

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured