It is possible to restrict the debugging in Sybase Central to one user. What I am looking for, to use it on a productive system, is to restrict the debugging just to one connection. Is that possible? I am looking for a way to debug only the procedures called by a single connection ignoring all calls to these procedures which come from other connections. |
To use the debugger requires either There is no built-in mechanism to limit debugger connections that I am aware of. You could use the Thanks for the answer, but I haven't meant a way to prevent multiple debugger sessions. I am looking for a way to debug only the procedures called by a single connection ignoring all calls to these procedures which come from other connections. Sorry for that.
(21 Jun '12, 03:35)
Martin
Replies hidden
Comment Text Removed
Can you set a breakpoint &&SPID = n where n is the connection number? http://dcx.sybase.com/index.html#1201/en/dbusage/editing-breakpoints-procdebug.html
(21 Jun '12, 03:53)
Breck Carter
|