????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v3/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/debugger/templates/debugger/sql/v3/get_breakpoints.sql |
{### Get the breakpoint information for debugging ###} {% if session_id %} SELECT * FROM pldbg_get_breakpoints({{session_id}}::int) {% endif %}