I always found this a bit complicated, but it is possible.
First you need to enable T-SQL debugging in the IDE for the project / solution, then you need to configure the database connection as part of the project / solution.
Actually, interfering with the stored procedure seems problematic, but if you open the code of the stored procedure and explicitly set a breakpoint there, it will fall into the breakpoint.
source share