L
Luther Miller
I am trying to get SQL Debugging working in VS.NET 2003 so that I can
step into stored procedures. I have gotten this to work in the past on
another machine, but I am not having luck with this one yet.
* Windows XP Pro
* VS.NET 2003
* SQL Server 2000 SP3a and most recent patch
* Query Analyzer stored proc debugger works perfectly (I can step
through code)
* Step Into ... does NOT work from VS.NET IDE
* Breakpoints are not hit in stored procs either... they become
question marks when I run and the tooltip text says "The breakpoint
will not currently be hit. Unable to bind SQL breakpoint at this time.
Object containing the breakpoint not loaded."
* I have followed ALL instructions in the help under "Setting up SQL
Debugging" -- http://msdn.microsoft.com/library/d...s/vsdebug/html/vxlrfsettingupsqldebugging.asp
* I have followed ALL instructions in the help under "SQL Debugging
Setup Errors and Troubleshooting" --
http://msdn.microsoft.com/library/d...ngsqldebuggingsetuperrorreportingonserver.asp
* I have granted myself EXEC permissions on sp_sdidebug -- GRANT EXEC
on master..sp_sdidebug to [MYDOMAIN\ME]
* I have run -- exec sp_sdidebug 'legacy on'
* Of course SQL Debugging is turned on ....
Grrr.... anyone have any more ideas?
step into stored procedures. I have gotten this to work in the past on
another machine, but I am not having luck with this one yet.
* Windows XP Pro
* VS.NET 2003
* SQL Server 2000 SP3a and most recent patch
* Query Analyzer stored proc debugger works perfectly (I can step
through code)
* Step Into ... does NOT work from VS.NET IDE
* Breakpoints are not hit in stored procs either... they become
question marks when I run and the tooltip text says "The breakpoint
will not currently be hit. Unable to bind SQL breakpoint at this time.
Object containing the breakpoint not loaded."
* I have followed ALL instructions in the help under "Setting up SQL
Debugging" -- http://msdn.microsoft.com/library/d...s/vsdebug/html/vxlrfsettingupsqldebugging.asp
* I have followed ALL instructions in the help under "SQL Debugging
Setup Errors and Troubleshooting" --
http://msdn.microsoft.com/library/d...ngsqldebuggingsetuperrorreportingonserver.asp
* I have granted myself EXEC permissions on sp_sdidebug -- GRANT EXEC
on master..sp_sdidebug to [MYDOMAIN\ME]
* I have run -- exec sp_sdidebug 'legacy on'
* Of course SQL Debugging is turned on ....
Grrr.... anyone have any more ideas?