(no title)
jchmbrln | 2 years ago
When I put my dev hat on, I want the option of attaching a debugger and adding breakpoints. Anything there?
jchmbrln | 2 years ago
When I put my dev hat on, I want the option of attaching a debugger and adding breakpoints. Anything there?
mike_hearn|2 years ago
For debugging SQL remotely, I don't know what's available, if anything. Though if you only use SQL for short things, you can just run it and debug the query interactively I guess.
Most databases have tools for logging query timings and doing auditing. PGAudit is one for Postgres.