Author: dpage
Date: 2007-05-15 11:59:35 +0000 (Tue, 15 May 2007)
New Revision: 6301
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6301&view=rev
Log:
A smattering of debugger tweaks:
Ask the user before aborting a debugging session by closing the window.
Use SELECT * FROM to execute pl/pgsql functions where possible to get OUT/INOUT params in the resultset.
Cleanup properly when closing an active direct debug session.
Modified:
trunk/pgadmin3/pgadmin/debugger/ctlCodeWindow.cpp
trunk/pgadmin3/pgadmin/debugger/dbgTargetInfo.cpp
trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp
trunk/pgadmin3/pgadmin/debugger/frmDebugger.cpp
trunk/pgadmin3/pgadmin/include/debugger/ctlCodeWindow.h
trunk/pgadmin3/pgadmin/include/debugger/dbgTargetInfo.h