sqldbgr

sqldbgr is a command line utility that debugs stored procedures and triggers.

The utility is located in:
  • (UNIX) $SYBASE/$SYBASE_ASE/bin.

  • (Windows) %SYBASE%\%SYBASE_ASE%\bin, as sqldbgr.exe.

As with many source-level debuggers, you can:
  • Attach sqldbgr to a task

  • Set, enable, and disable breakpoints

  • Step through a task one line at a time

  • Step into and out of procedures

  • Detach sqldbgr from stored procedures or triggers once the debugging is complete.

Note: You do not have the ability to view sqldbgr version strings.

Syntax

sqldbgr
	-U username
	-P password
	-S host:port

Parameters

Examples

Related concepts
Utility Commands Reference