all groups > visual studio .net debugging > may 2006 > threads for may 1 - 7, 2006
Filter by week: 1 2 3 4 5
VS 2005 remote debugging (dcom trouble)
Posted by christoffer.lantz NO[at]SPAM gmail.com at 5/7/2006 8:12:26 AM
Greetings. I am having trouble getting remote debugging to work. My
goal is to be able to attach to the asp.net process on my server from
my workstation. The error message I am getting is:
"The Microsoft Visual Studio Remote Debugging Monitor on the remote
computer cannot connect to the local co... more >>
can't debug add-in
Posted by MRD at 5/6/2006 6:09:29 AM
I've seen this problem posted in a few places but never any solution.
I cannot seem to debug my word addin. The add-in runs fine when
installed as a normal add-in but does not work when run via the
debugger.
Strange because it worked earlier this week.
I even created a generic basic add-i... more >>
How To: Debug from the command line
Posted by Water Cooler v2 at 5/4/2006 8:35:33 AM
What's the name of the debugger EXE? How do you run the CLR/.NET v1.1
debugger from the command line?
PS: I know how to use the debugger from within the IDE. Just tell me
the debugger's executable name and the command line params (the
important ones), or point me to a page with the informati... more >>
Visual Studio 2005 Local variables window disappeared
Posted by Francois Laperriere at 5/3/2006 12:01:13 AM
Hi,
my Visual Studio 2005 stopped displaying the "Locals variables" when I start
to debug a project.
Francois.
... more >>
Debugger not catching exceptions
Posted by Mike Treadway at 5/2/2006 3:14:02 PM
For some reason, whenever I'm debugging an application in VS.NET 2003, the
windows error reporting tool (the one that asks if you want to send the info
to Microsoft) keeps coming up everytime an exception is thrown. It doesn't
matter that I have try/catches in place because the error dialog ap... more >>
Breakpoints in T-SQL not hit from VS 2005 with SQL 2005
Posted by pearcz at 5/2/2006 5:24:02 AM
Hallo,
I have Visual Studio 2005 Team Edition for Software Developers together with
SQL Server 2005 Developer Edition installed on local PC.
I created a windows project and called stored procedure using
ExecuteNonQuery.
In Server Explorer window I added a reference to SQL 2005 database, o... more >>
Setting Breakpoints in referenced code
Posted by BBM at 5/1/2006 6:11:02 PM
Hi,
I have two VS.Net Solutions one of which is primarily code libraries, and
the other (the "main" application) that references dll's created in the code
libraries solution.
When I'm running the "main" application it would be useful to be able to set
breakpoints in the referenced dll's,... more >>
|