ericj
ericj

Reputation: 2301

How to debug stored procedures in Sybase?

I work with Sybase Central 4.3.0.2428 and the server is Sybase ASE 16.0 SP01 PL03/EBF 24830.

I would like to debug stored procedures.

How do I do that?

Upvotes: 1

Views: 644

Answers (1)

Adam Leszczyński
Adam Leszczyński

Reputation: 1181

There is a command line tool called sqldbgr. Look for the manual to check the parameters and commands.

Years ago Sybase has released a Eclipse based suite called Sybase Workspace. It had included an interface for the SQL debugger. But the product is no longer maintained and is no longer available. You will have trouble to find the binaries.

Upvotes: 1

Related Questions