vote up 1 vote down star

Is there a good tool from either Sybase or elsewhere that will enable me to debug stored procedures in Sybase ASE? I need to be able to set breakpoints & watchpoints.

Previously, in Sybase ASA (not ASE), I used Sybase Central to do this. There is a plugin for ASE, but I doubt it will let me debug procedures.

flag

55% accept rate

5 Answers

vote up 0 vote down check

Sybase ASE comes with a command line debugger called sqldbgr. Not the most user friendly option, but it does work. You can find documentation for this in the Utility Guide.

Alternatively Embarcadero produces a SQL debugger.

link|flag
vote up 1 vote down

Probably not the answer you are looking for, but imho as soon as you need a debugger to look at a stored procedure you should seriously think about breaking the procedure up and pushing logic into another tier.

link|flag
Alas, I need to debug some existing procedures to determine if they will break when new functionality is implemented elsewhere in the system. – Mike Thompson Feb 13 at 2:34
vote up 0 vote down

Hi, Mike

You may take a look at Sybase Workspace. It's a database tool to support Sybase database servers. It comes with debug facility.

link|flag
vote up 0 vote down

Hi Mike

I seem to recall the Embarcadero SQL Debugger works for debugging Stored Procs in ASE. I think it is a plugin for DBArtsian. Check out their web site to get more.

Cheers,

Kevin

link|flag
vote up 0 vote down

CAST SQL Builder (by castsoftware.com) has a debugger where you can do all the common tasks, step into, over, watch variables, select from temporary tables and so on. It's great tool, unfortunately, for home use, it costs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.