all groups > visual studio .net debugging > november 2003 > threads for november 22 - 28, 2003
Filter by week: 1 2 3 4 5
Can't step in to function
Posted by Developer at 11/28/2003 9:34:58 AM
Hello,
I have two functions, declared like this (unmanaged C++):
virtual bool Insert(const PArray<AllType>&Values, unsigned long *pRowID);
virtual bool Insert(const mtl::vector<unsigned long>& Ords, const
AllTypeVector& Values, unsigned long * pulRowID);
When I try to set a breakpoint in the ... more >>
Cannot debug
Posted by Pablo B. Uriarte at 11/26/2003 4:51:00 PM
Hi,
When trying to debug any project on VS .NET 2003 Pro, I receive de following
error:
Error while trying to run project: Unable to start debugging. The debugger
is not properly installed. Run setup to install or repair the debugger.
I've reinstalled VS and .NET Framework but the error a... more >>
switching between remote and lokal debugging
Posted by Anton Sommer at 11/26/2003 3:58:12 PM
Hello folks,
I develop on a local machine and sometimes I want to debug the same!!!
solution or project on the remote machine.
Well I made Visual Studio create a new solution and project which is linked
to the remote machine and remote debugging itself would work fine. But, what
I like is to... more >>
Wrong page is debugged
Posted by Daniel at 11/25/2003 6:10:35 PM
Just some really strange and very frustrating things are happening when I
try to debug in ASP.Net. I'll make changes to a aspx.vb page, save it, then
build the ASP.Net project. Then when I attempt to debug it the debugger
shows and tries to step through the old code. If I put a break point in ... more >>
Edit and continue
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/25/2003 2:19:52 PM
Hi,
Will Vsnet IDE and C# ever get "Edit and continue" in the debugger?
Thanks
... more >>
debug with netscape
Posted by Serge at 11/25/2003 11:32:36 AM
Hi,
I would setup my Visual Studio 2003 environment for debug
ASP and ASP.Net code with netscape browser instead of
internet explorer.
I can setup for launch localhost page with netspace but i
loose the capability for breakpoints...
is there someone can help me set this thing up for d... more >>
Cannot find Microsoft Internet Explorer when Debugging in Visual Studio .NET (IEradicator)
Posted by dave_mccall NO[at]SPAM hotmail.com at 11/25/2003 7:37:40 AM
I made a mistake. I followed the advice of the desktop support
helpdesk at work. I'm having what I believe to be a configuration
problem with our network. They blamed it on IE. Consequently, they
had me use IEradicator to remove IE from my machine and reinstall it.
However, now when I try t... more >>
Watch window 'Plus sign' problem
Posted by hype NO[at]SPAM videotron.ca at 11/24/2003 5:37:48 AM
I have seen many reporting of this problem but I didn't find any
resolution. Can someone point me in the right direction.
When I stop on a break point and want to inspect a variable the drill
down feature on the variable is not working anymore.
The plus sign is there but when we click on it,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Debugged app does not always start
Posted by Christopher Kimbell at 11/22/2003 4:41:14 PM
Hi,
I have a very strange problem. I am running VS 2002 on XP Pro.
I have a solution containing several projects.
When I want to debug my application it doesn't always start. Looking at the
output windows, the .NET assemblies get loaded, but when it gets to one of
my assemblies, it hangs. I... more >>
Debug VS.NET 2002 Breakpoints...
Posted by Barry Young at 11/22/2003 2:57:33 PM
VS.NET 2002
I have a form that I am trying to debug. I set breakpoints in the click
event of a command button. When I start the application and go into Debug
Mode, and click on the command button, it does not stop at the breakpoint..
Am I doing something wrong??
Thanks!
Barry
... more >>
VS.NET 2003, Win Server 2003, Debugging & JIT COM+
Posted by howiam4 NO[at]SPAM gmx.at at 11/22/2003 8:45:33 AM
Hi all,
i have the following problem: I have an ASP page on witch a
VB6-ActiveX-Com-Server is loaded. In this ActiveX a COM+-Component is
called. This COM+-Component is created with VS.NET 2003. In it is a
hard coded user breakpoint (Debug.Break()). When I load the ASP page
in the Browser the... more >>
|