Re: .NET 2.0 debugging slow
am 08.11.2007 17:24:58 von NoSpamMgbworld
How much memory are you running under? That is often a sticking point, as
the 2.0 IDE bits are a bit of a memory hog.
The second thing to look at is how many projects you have loading and
whether or not you have any circular references amongst libraries. If so, a
good Dependency Model tool can help retool the libraries.
Can probably think of a few others, given time.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"Michael Jackson" wrote in message
news:4731fd5e$0$14865$bbae4d71@news.suddenlink.net...
> I've come over to .NET 2.0 recently from 1.1 and I now find that setting
> a breakpoint in code and running in debug mode is extremely slow. So slow
> it's unusable as a debugging tool.
>
> Any suggestions? Settings?
>
> Michael
>
Re: .NET 2.0 debugging slow
am 11.11.2007 18:53:13 von Michael Jackson
I"m running 2 gb of memory. Windows XP.
I have no circular references. This came from 1.1 and never had any problems
there.
Thanks for any suggestions.
"Cowboy (Gregory A. Beamer)" wrote in
message news:uUPYoPiIIHA.6068@TK2MSFTNGP05.phx.gbl...
> How much memory are you running under? That is often a sticking point, as
> the 2.0 IDE bits are a bit of a memory hog.
>
> The second thing to look at is how many projects you have loading and
> whether or not you have any circular references amongst libraries. If so,
> a good Dependency Model tool can help retool the libraries.
>
> Can probably think of a few others, given time.
>
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> *************************************************
> | Think outside the box! |
> *************************************************
> "Michael Jackson" wrote in message
> news:4731fd5e$0$14865$bbae4d71@news.suddenlink.net...
>> I've come over to .NET 2.0 recently from 1.1 and I now find that setting
>> a breakpoint in code and running in debug mode is extremely slow. So slow
>> it's unusable as a debugging tool.
>>
>> Any suggestions? Settings?
>>
>> Michael
>>
>
>