all groups > visual studio .net debugging > july 2004
Filter by week: 1 2 3 4 5
Cannot break at stored procedures from VC.NET 2003
Posted by Juan Dent at 7/30/2004 1:57:02 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 >>
Crash under debugger
Posted by Developer at 7/28/2004 11:17:48 AM
Hello,
The release build of my dll crashes when I run its calling exe within the
debugger. If I start the exe from the command line, everything behaves as
expected. The debug build runs as expected, both in and outside of the
debugger.
The crash seems to occur when a local variable (a poi... more >>
Call stack dump for a point where an exception occurs
Posted by Bae, Hyun-jik at 7/27/2004 4:43:08 PM
Is there any way to dump call stack for a point where an exception occurs
without attaching to a debugger? I guess it'll be a kind of exception
handler code, but I have no idea yet.
Please reply. Thanks in advance.
Bae,Hyun-jik
... more >>
Debugging remote computer outside Domain
Posted by Bae, Hyun-jik at 7/25/2004 9:59:52 PM
How can I debug my app running on a computer OUTSIDE DOMAIN with DCOM remote
debug and Visual Studio.net 2003? I don't want to use TCP native debugging,
because it leaks some security.
Please reply. Thanks in advance.
Bae,Hyun-jik
... more >>
Repost: Help-Debug classic ASP with VS.NET and Windows Server 2003
Posted by Brent at 7/24/2004 10:28:44 AM
This was posted yesterday as well...but am reposting logged in with my MSDN
subscription
We're trying to debug classic ASP from a Windows XP Professional
workstation - remote server is Windows 2003 Server (which means of course
it's IIS 6.0)
We're able to debug ASP.NET no problem. Debugg... more >>
debugging slowwwwww
Posted by Tracyd at 7/22/2004 10:23:46 AM
debugging works ok but it has slowed way down, meaning
stepping into/over a line of code takes about 12 seconds
per line. It didn't use to do this and the solution
hasn't grown enough to cause this.
I have several coworkers using the same solution code, one
has the same problem, the ot... more >>
Are Posts getting deleted??
Posted by G. Dean Blake at 7/22/2004 9:39:26 AM
On July 15, I posed the following message to this forum...
Subject: debugging stored procedures
Text:
Although I have followed examples in several books including the 70-305 exam
prep by Mike Gunderloy, I cannot find a way to step into stored procedures
and do debugjng. It never steps in.... more >>
Thread debugger needed!
Posted by iha NO[at]SPAM affsys.com at 7/21/2004 2:32:01 PM
As a developer it would be HUGELY useful if you guys wrote a thread debugger into VStudio. There are countless occasions when I want to know which threads are running, when they started, by whom, their resource allocation, etc. It would be neat if you could open up a thread like a tree to see its ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Multiple Users Debugging on a Single Windows 2003 IIS 6.0 webserver
Posted by bubba NO[at]SPAM cfwebmasters.com at 7/19/2004 6:17:54 PM
Multiple Users Debugging on a Single Windows 2003 IIS 6.0 webserver. We =
has this setup on our box but had to reload everything and now I can not =
find the instructions that were given to me from Microsoft in this =
newsgroup and article seems to have moved/expired or whatever.
Can I post i... more >>
Jumping into Stored Procedures from C#
Posted by John Puopolo at 7/19/2004 3:57:24 PM
All:
Is there a way to, from C# code, to jump into a SQL Server (2000)
stored procedure? I can certainly jump into one from the Server
Explorer, but it would be very convenient to jump from an ADO.NET
SqlCommand into the stored proc being executed. I could see how this
*could* be done --- j... more >>
"No source code available.." - the old chestnut
Posted by Steve McLellan at 7/19/2004 2:47:40 PM
Hi,
Apologies, I know this has been discussed before but I could only find one
archived message about it which didn't have a resolution. I've got a mixed
mode C++ application and this message appears occasionally while debugging.
Some files produce it, and some don't. The ones that do ALWAYS p... more >>
Cannot rebuild app after unloading AppDomain because .pdb file still in use by debugger
Posted by Bern McCarty at 7/19/2004 11:56:19 AM
I have an application that I extend with .NET assemblies that I load and run into their own
AppDomains. I want to be able to do edit/compile/test cycles on the extenstions without requiring
a process restart. I can unload the extension/assembly under development by unloading the
non-default ... more >>
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
Posted by chandan at 7/16/2004 4:56:25 PM
Hi
""Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.""
I became ill to see this error again and again.
Actually My some application is debugging well but some is giving this
error. I had check web.config file and ma... more >>
Can I debug Classic ASP in VS.NEt 2003
Posted by Adrian Wright at 7/16/2004 4:04:46 PM
When I put breakpoints on classic ASP files it shows a question mark saying
that the symbols are not loaded?
Can anyone advise me how to acheive debugging classic asp files along side
..net files?
... more >>
[DBGHELP] question about SymEnumSymbols to retrieve all exported function of a module
Posted by Nicolas Hognon at 7/15/2004 4:47:49 PM
Hello,
It is me again, sorry to bored you with my questions about DbgHelp (Oleg
Starodumov sorry to bored you as you always answer me), but this API is
not very easy.
So this time I do not try to compute the callstack.
This time I want to get the signature of all exported function/method ... more >>
Repost: debugging but I'm not a domain account
Posted by Bart at 7/15/2004 10:11:12 AM
I try to debug a asp.net application on a customers server but I'm not a
domain user (I connect my dev laptop in the network).
Is there any way to solve this (I cannot trust my domain in the customers
domain because it is a SBS wich does not allow trust relation ships)
tx
Bart
... more >>
debuging Stored Procedures
Posted by G. Dean Blake at 7/15/2004 9:01:18 AM
Although I have followed examples in several books including the 70-305 exam
prep by Mike Gunderloy, I cannot find a way to step into stored procedures
and do debugjng. It never steps in. Is there some secreet or does it not
yet work?
Thanks,
G
... more >>
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 >>
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 >>
__declspec pecularities ?
Posted by Ignace Saenen at 7/6/2004 12:07:28 AM
Hello,
I want to report a at least some weird behavior of the VC++ .NET
compiler, before I would go as far as to proclaim it as a bug :)
Consider the following:
// this here goes into the .h
#include <fstream>
class EXPORT TLog : public ofstream, public virtual IOutputStream
{
p... more >>
Error during debug in another web server
Posted by Grey at 7/3/2004 10:23:38 AM
I have to debug one web application which it was located in another web
server. Unfortunely, when I started debugged from VS.NET 2003, I got the
following error, "Error while trying to run project: Unable to start
debugging on the web server. The debugger is not properly installed. Run
setup to ... more >>
Problem with degugging - Please help.
Posted by Simon at 7/2/2004 8:51:02 AM
Hi everyone,
Has anyone else ever had the problem where some methods will allow you to debug them yet others won't.
This sometimes happens to me when working with asp.net pages - the page_load event deals with breakpoints perfectly however any breakpoints put in a UI event handler won't pi... more >>
|