vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm searching for a SQL debugger for stored procedures. Someone mentioned that Sybase 12.5 comes with a debugger but I can't find any info on the Sybase website. Does anyone know anything about this? I've searched the archive about debuggers. I was wondering which ones people would recommend. I would use it to debug compilation errors and to step through the execution of a procedure. I have seen Cast in operation and it's what I would like to use if it wasn't so expensive. Regards Andrew Scott |
| ||||
| Yes there is one! Have a look at the 'Utility Guide' at http://sybooks.sybase.com/asg1250e.html You will find documentation on sqldbgr (pg 174) which is the Sybase debugger. Note: there is an error in the doc. When you run the debugger, make sure to put spaces between the command like options. That is, -Usa should be -U sa Otherwise it won't work. Good luck, Karl "Andrew Scott" <johnboy290@hotmail.com> wrote in message news:8d646a1f.0308290832.3cd291aa@posting.google.c om... > I'm searching for a SQL debugger for stored procedures. > > Someone mentioned that Sybase 12.5 comes with a debugger but I can't > find any info on the Sybase website. > > > Does anyone know anything about this? > > I've searched the archive about debuggers. I was wondering which ones > people would recommend. I would use it to debug compilation errors and > to step through the execution of a procedure. I have seen Cast in > operation and it's what I would like to use if it wasn't so expensive. > > Regards > Andrew Scott |