A
Alex Clark
Hi All,
My system:
WinXP Pro, VS.NET 2003, SQL Server Personal Edition.
I'm having problems with my old favourite demon, SQL Debugging from within
VS.NET. I have to say I've found this particular feature to be one of the
most useful and (sadly) unreliable/fragile features in VS.NET, it seems the
slightest thing will break it.
Anyway, I could step into stored proc's no problem up until a couple of days
ago. Now, when I set breakpoints in a Stored Proc, VS.NET does NOT hit
them. I have checked my project properties and yes, SQL Debugging IS
ticked.
If I just select a Stored Proc from the Server Explorer and choose to step
into it, I can do that without any problems, so VS is correctly attaching
its debugger in that scenario, it's just when I execute my VB.NET project
(compiled for Debug) which in turn calls into that Stored Proc, it totally
ignores the breakpoint.
When I look at the stored proc, the breakpoint I've set seems to constantly
have a question mark in the red-dot in the margin, implying that no symbols
are loaded for that document.
I actually did a full Repair using my VS.NET 2003 discs, but to no avail.
Are there any other settings for VB.NET that I need to check in order to
ensure SQL Debugging will work? The only thing I've installed in the past
few days was Quicktime Player, and I doubt that's going to affect SQL
debugging.
Can someone please give me some advice?
Thanks,
Alex Clark
My system:
WinXP Pro, VS.NET 2003, SQL Server Personal Edition.
I'm having problems with my old favourite demon, SQL Debugging from within
VS.NET. I have to say I've found this particular feature to be one of the
most useful and (sadly) unreliable/fragile features in VS.NET, it seems the
slightest thing will break it.
Anyway, I could step into stored proc's no problem up until a couple of days
ago. Now, when I set breakpoints in a Stored Proc, VS.NET does NOT hit
them. I have checked my project properties and yes, SQL Debugging IS
ticked.
If I just select a Stored Proc from the Server Explorer and choose to step
into it, I can do that without any problems, so VS is correctly attaching
its debugger in that scenario, it's just when I execute my VB.NET project
(compiled for Debug) which in turn calls into that Stored Proc, it totally
ignores the breakpoint.
When I look at the stored proc, the breakpoint I've set seems to constantly
have a question mark in the red-dot in the margin, implying that no symbols
are loaded for that document.
I actually did a full Repair using my VS.NET 2003 discs, but to no avail.
Are there any other settings for VB.NET that I need to check in order to
ensure SQL Debugging will work? The only thing I've installed in the past
few days was Quicktime Player, and I doubt that's going to affect SQL
debugging.
Can someone please give me some advice?
Thanks,
Alex Clark