Database Projects - Debugging SPs

G

Guest

When you add a DB project to a solution, can you put a breakpoint and step
through stored procedures?

When I try to place a breakpoint, it will put it there before I start
debugging the project, but then when it starts it changes to a hollow circle
and says "The breakpoint will not currently be hit, No symbols have been
loaded for this document".
 
G

Guest

Thanks. I thought I tried the "Step Into Stored Procedure" method and all it
did was run through it. Perhaps I missed one of the steps laid out here.
I'll check this all out.

Andrew Faust said:
This article shows how to step in to a stored procedure

http://aspnet.4guysfromrolla.com/articles/051607-1.aspx#postadlink

--
Andrew Faust
andrew[at]andrewfaust.com
http://www.andrewfaust.com


EdB said:
When you add a DB project to a solution, can you put a breakpoint and
step
through stored procedures?

When I try to place a breakpoint, it will put it there before I start
debugging the project, but then when it starts it changes to a hollow
circle
and says "The breakpoint will not currently be hit, No symbols have been
loaded for this document".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top