Re: Debugger hung on dummy function

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Debugger hung on dummy function
Date: 2009-04-07 10:19:34
Message-ID: 49DB28B6.9090105@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:
> On Tue, Apr 7, 2009 at 8:45 AM, Heikki Linnakangas
> <heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>> When I choose "Debug" from the popup menu on the tree, on a functioon with
>> no args but with real content that the debugger can stop on, the function
>> execution is started and the debugger stops on the first line, as it should.
>> When I step through the function, all the way to the end, it gets hung in
>> the infinite loop.
>
> Right, gotcha - but that's fixed by the patch I assume?

Yes.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-04-07 11:00:32 SVN Commit by dpage: r7800 - trunk/pgadmin3/pgadmin/agent
Previous Message Dave Page 2009-04-07 10:14:01 Re: Debugger hung on dummy function