C# program freezes without breakpoints

Posted by Lily on Stack Overflow See other posts from Stack Overflow or by Lily
Published on 2010-04-25T22:38:19Z Indexed on 2010/04/25 22:43 UTC
Read the original article Hit count: 119

Filed under:
|
|

Hi,

I'm implementing a program which gets text from various sites and checks which ones are most relevant to a query. The problem is that when I have breakpoints in my code it works perfectly well but without it, the program just freezes. Is this a memory issue? What can I do to solve this please?

THanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about breakpoints