SVN Commit by dpage: r6301 - in trunk/pgadmin3/pgadmin: debugger include/debugger

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6301 - in trunk/pgadmin3/pgadmin: debugger include/debugger
Date: 2007-05-15 11:59:35
Message-ID: 200705151159.l4FBxZ9W031717@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Milen A. Radev 2007-05-15 12:16:16 'Stealing' SQL files association considered harmful
Previous Message Erwin Brandstetter 2007-05-14 16:02:03 Re: Testing v1.7: CREATE TYPE