Re: IDE is very slow because of Output window

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Steve McLellan (sjm.NOSPAM)
Date: 10/26/04


Date: Tue, 26 Oct 2004 16:44:24 +0100

Try turning on 'break on exceptions' - then you'll be able to track down the
problem. If it's slow when the Output window's closed, it's probably because
there are loads of exceptions getting thrown everywhere, which usually isn't
especially good.

Steve

"James@avecsys" <james@discussion.microsoft.com> wrote in message
news:1638AA47-04B3-4AF0-BD30-145E92726E60@microsoft.com...
>I have a C# WinForms app which reuses unmanaged C++ dlls using COM interop.
> When I debug the app by running the code in the IDE, it is very very slow.
> In
> fact almost too slow to use. However, when I run the .exe, it is very very
> fast. I have noticed huge numbers of lines of info being printed out in
> the
> Output window. For example "First-chance exception at 0x77e73887 in
> Catapult.exe: 0xE0000001: 0xe0000001.". I see this a lot. I believe this
> is
> slowing the IDE down and it doesn't matter whether the Output window is
> being
> displayed or not. I do not see this if I use the COM dlls from the VB6
> IDE.
> This is obviously a "new feature" with the .NET IDE. I really need to turn
> off this output if I am to effectively debug my app. Is there a way I can
> do
> this?
> Thanks
> James



Relevant Pages

  • RE: C# Exceptions
    ... signature is valid then the app can decrypt the response and process it. ... exceptions as in: catch or catch ... possible to patch system assemblies. ... do code execution via the stack would be if the target app used ...
    (Pen-Test)
  • Re: June 2005 EAL Question
    ... You have a web app, ... > log problems such as exceptions. ... > String machineName, Boolean readOnly) ... > EventLogEntryType type, Int32 eventID, Int16 category, ByterawData) ...
    (microsoft.public.dotnet.general)
  • Re: _ATL_NO_EXCEPTIONS conflict
    ... exceptions are good ways to get back to a clean point where things might be ... work that, for example, might require memory iallocation will be disabled. ... There is nothing more upsetting to a user than to do something, anything, and have the app ... enough to put exit() calls in a GUI app probably has dozens of them, ...
    (microsoft.public.vc.mfc)
  • python reliability with EINTR handling in general modules
    ... I have linux board on samsung SoC s3c6410. ... My app, written on python, in some mysterios conditons raise this ... directfb, i can't reproduce this exceptions, they are not predictable. ...
    (comp.lang.python)
  • unhandled exception in unknown module
    ... In a VB .NET app, I am dynamically changing a form's menu. ... testing the code in the IDE, I got intermittent exceptions thrown: ... problem occurs only in the IDE - my stress tests run fine when I run the exe ...
    (microsoft.public.dotnet.general)