all groups > visual studio .net debugging > july 2004 > threads for july 22 - 28, 2004
Filter by week: 1 2 3 4 5
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 >>
|