all groups > visual studio .net debugging > september 2004 > threads for september 22 - 28, 2004
Filter by week: 1 2 3 4 5
Urgent help please - breakpoints not being hit
Posted by owen at 9/28/2004 12:49:17 PM
I am trying to debug an .ASP file (yes, that's right, I said ".asp" - not
".aspx") using visual studio .net. I can set breakpoints, but the debugger
totally ignores them. The pulldown list (Release/Debug) is totally empty.
I am trying to "Attach" to the browser process that is running when I bro... more >>
Debug Start is SOOO SLOW!
Posted by Barb at 9/26/2004 10:17:02 AM
Does anyone have this problem? I have a really nice PC, with plenty of space
& RAM, but my debugger is so very slow to start up in VS.NET 2003.
When I click the play button, I wait anywhere from 1 - 3 minutes for my web
page to appear (or for it to hit the first breakpoint). Once it finall... more >>
Breakpoints not working
Posted by Eric Peterson at 9/24/2004 11:35:17 AM
Just like the subject says, i have a windows form where my breakpoints are
not breaking. yes, i am in debug and not release. I hope I'm missing
something simple, but I have yet been unable to find it.... more >>
Single stepping / breakpoint problem
Posted by Arpad Muranyi via .NET 247 at 9/23/2004 6:44:30 PM
Forgive me for asking a question that may be too basic, but I am
relatively new to C++.
I am noticing that when I single step, the arrow will not stop on
the correct lines in some places, as if it was out of synch. I can't
set breakpoints on the lines the single stepper "overlooks" either.
... more >>
Very strange ExecuteScalar bug/problem
Posted by Bradley Plett at 9/23/2004 10:59:49 AM
I'm sorry about the cross-post, but this one has me completely
baffled. I don't know if the problem is with Oracle, .NET, Visual
Studio, my machine....
I have some very simple code (see below) in which I use a method
called ExecuteScalar. It works like a charm when run in debug mode in
VS. ... more >>
Command Window starts w/ > and won't accept ? commands anymore - H
Posted by Barb at 9/23/2004 6:21:05 AM
This is weird. I was debugging along, trying to get ASP.NET working, and I
was using the Command Window in the debugger to evaluate expressions &
variables. It worked fine. Now all of a sudden, the first character in the
command window defaults to ">", and it won't let me type over it, so i... more >>
|