all groups > visual studio .net debugging > july 2004 > threads for july 8 - 14, 2004
Filter by week: 1 2 3 4 5
Cannot break at Stored procedure
Posted by Juan Dent at 7/14/2004 6:00:03 PM
I cannot debug a SQL Stored Procedure from within a C# program, even though I have SQL Debugging enabled for that project and everything else has been checked with the instructions in MSDN DVD.
The funny and confusing thing is thay I can debug a stored procedure in Query Analyzer with no problems... more >>
Unable to break in Stored Procedure
Posted by Juan Dent at 7/14/2004 6:00:01 PM
I cannot debug a SQL Stored Procedure from within a C# program, even though I have SQL Debugging enabled for that project and everything else has been checked with the instructions in MSDN DVD.
The funny and confusing thing is thay I can debug a stored procedure in Query Analyzer with no problems... more >>
Very Slow IDE - Background debugging?
Posted by harry at 7/13/2004 11:14:43 PM
Hi,
Is there any way I can disable background debugging on routines that I have
already debugged? No point having the background debugger working on code
that has been debugged.
My IDE is so slow. Usually 5-10 seconds when I make code changes. Even 3
seconds is irritating as I can't type an... more >>
Debugger's Attach Process Window Won't Show Processes Run as "Local System"
Posted by Meron Lavie at 7/13/2004 5:30:02 PM
A debugger problem suddenly started occuring on my WinXP/VS.NET 2003
platform.
In the Debug Menu's attach process window, I can not see any process which
is run on a system account, such as Local System or Network Service.
However, I can see any process assigned to a specific user - even if it... more >>
Can't Attach to Windows Service Running as Local System
Posted by Meron Lavie at 7/13/2004 1:51:04 PM
I wrote a .NET Windows Service a while back, which I had no problem
debugging in VS.NET using the usual "attach process" method.
I was about to get a new laptop, so I made sure the entire project was in
SourceSafe. I got a new laptop, which was WinXP/SP1 and in every way similar
to the old one... more >>
Exception thrown while debugging crashes application
Posted by Josh Schlesinger at 7/12/2004 1:28:03 PM
I have a problem in vs.net 2003 with a c# project. If my
application runs into an error(one specific example is if I
try to connect to a sql database that doesn't exist) that
should normally just break into my program at the point of
the exception but instead my application crashes with a
stand... more >>
Debugging/Tracing
Posted by Chris Smith at 7/9/2004 12:58:28 PM
Experienced posters,
I am trying to capture/trace the execution of a .net exe. I am looking for
the function calls, function call parameter values and exceptions that can
occur.
Using the system.diagnostics namespace classes I am able to trace the
current exe, function calls, and using refl... more >>
problem with SymGetTypeInfo and TI_GET_DATAKIND (yes I am back again)
Posted by Nicolas Hognon at 7/9/2004 10:32:40 AM
Hello,
I am writting some tools to help use debugging our application
using DbgHelp. My tools is ok but I want to improve it. So
I come back with new question about symbols, pdb and DbgHelp.
My problem is to know if a local variable or a class/structure member
is static.
I already asked ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
After stop debugging ASP.NET site keeps running
Posted by danc at 7/9/2004 10:06:01 AM
I usually step through my code while debugging my ASP.NET web site. When I find a bug, I will click Stop in the debugger and correct it. However, I have noticed that the code actually keeps running on the web server (I can tell that because database entries are still being created, or files that I a... more >>
Tool to get size and status of a process's heaps
Posted by nottudhcir NO[at]SPAM hotmail.com at 7/8/2004 4:31:45 AM
Hi,
I have an application with several heaps and would like to be able to
get statistics on each of these as it runs. I believe the right
command for this is !heap, and !heap -s seems to give the kind of
thing I'm after (heap size, size allocated, et cetera), but I'm
wondering if theres a bet... more >>
+ Disappears in WatchWindow, Object does not expand
Posted by Markus at 7/8/2004 1:29:02 AM
Hello,
if i have a breakpoint and add a watch to the watch window and click the +,the
+ disappars and the object does not expand. I can't evaluate the properties of the object.
This did run before. It is VS2003.
Markus ... more >>
|