RE: SP and Trigger debugging

From: Ramnadh (Ramnadh_at_discussions.microsoft.com)
Date: 09/17/04


Date: Fri, 17 Sep 2004 01:35:02 -0700

It is more feasible if you debug the stored procedures and Triggers from the
SQL Server. If any way you need IDE to debug the stored Procedure VS.Net
provides the facility to debug the Procedure and Triggers with an excellent
IDE. You can try with it.

"Just D." wrote:

> All,
>
> How are you doing debugging of this stuff? If I wrote a SP or Trigger in a
> few thousand lines including variables, loops. switches, error code
> evaluation, etc., it's hard or even impossible to use the Query Analyzer to
> look inside the working process like from a usual programming environment.
> Maybe I don't know anything, but I really would like to get some IDE where I
> can go through the script step by step, look into variables, fields, etc.,
> stop execution any time, interrupt, restart, etc. If something like that
> exists in the world? Is it possible to get it for reasonable money or for
> free as a component of a MSSQL Server, VS 2003, or whatever?
>
> Thanks,
> Just D.
>
>
>



Relevant Pages

  • Re: Walkthrough Instruction Error
    ... behave the same as if run from outside of the IDE ??? ... working in VB6, I really wasn't expecting it to be that very very bad. ... It's cute, but hardly practical given you can't run it from the IDE, can't debug it etc, etc. ... folks in .NET groups first what they think about this idea. ...
    (microsoft.public.vb.general.discussion)
  • Re: Unable to view system stored procedures from .NET IDE and unable to debug SQL
    ... But what is the reason for the debug problem I mentioned below? ... try to step into a stored procedure in the Northwind database, ... Run SQL server setup or contact database ... I can't see any system stored procedures in master. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: 7.1 IDE bug
    ... I have found that this can happen both on beginning and ending debug ... sessions. ... If a file is unsaved and closed by the IDE, ... pbromley at adi dot co dot nz ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Debugging ActiveX Components: How does VB6 IDE work around the problem?
    ... ways to debug VB6 ActiveX components: ... IDE registers VB6DEBUG.dll as the substitute component, ... need to compile a version with debug symbols. ... process as the "test" client. ...
    (microsoft.public.vb.general.discussion)
  • Re: Trying to debug a VB6 Interop object called by a C# ASP.NET app.
    ... > calls that Interop object I expect the VB 6 IDE to hit the break point and so ... I haven't tried to do it with a .NET client, but had to debug VB code ... VS.NET debugger should be attached in Native ... Local variables can be seen in Locals window (usually there are also various ...
    (microsoft.public.vsnet.debugging)