c# - Visual Studio 2008 debugger keeps detaching -


Hello, I'm trying to debug some code i.e. trying to get the values ​​of some parameters < / P>

  public SqlDataReader GetAllCompaniesByType (int type) {SqlParameter [sqlp = new SqlParameter [2]; SQLP [0] = New SQLParamator ("@cuttype ID", type); SQLP [1] = new escapemater ("@AriaID", dBinule Value); Try {return SqlHelper.ExecuteReader (Settings.GetConnectionString (), CommandType.StorePrReer, "procExtCompaniesByCompanyTypeIDSelect", sqlp); } Hold (SqlException sqlEx) {Error Reporting. WititeExceptionToLog (Settings.GetErrorLog (), sqlEx); Return tap; }}  

But the debugger keeps aside for some reasons. It's not just this code, but everywhere I am running INSEE ... does anyone know how to fix this ??? Is this an IIS issue or VIS studio ??? help please!

If the debugger is detached at random, then this process usually ends. There is only one wild guess but one common thing is that to eliminate any process without throwing an exception, a stack overflow caught in the debugger is whether it pauses repeatedly on the same line of code or is it Does at random? If it is random, then there may be some debugging on the machine, then try to debug on a separate PC, if you get the same problem.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -