Re: pldebugger blank code issue

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Jon Garate <jon(at)proyelia(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pldebugger blank code issue
Date: 2012-09-05 11:38:22
Message-ID: CA+OCxoxrT_DY_jKi+wLzug_x7+Qgfod0yZKMDARkYyukh5EPtA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Sep 5, 2012 at 12:31 PM, Jon Garate <jon(at)proyelia(dot)com> wrote:
> Hello dear list,
>
> I'm having trouble after setting up pldebugger git-current
> (eb754b6ba9a1c18e7bc4ddf521408be06768c697) commit in a Ubuntu 10.04.01
> x86_64 box. Server versión is 9.1.5.
> The issue is that once I start debugging a PLPgSQL function within pgAdmin,
> once it goes one level down the call stack, the given function's code isn't
> shown despite being a proper plpgsql function. You can run it step by step
> or continue, and execution is correct (even DBMS messages are displayed in
> the bottom pane), but I just can't see the code displayed in the main pane.
> If I manually click the original (main) function in the right pane, his code
> is shown properly. It seems that certain functions are forbidden from being
> shown in the main pane.
> I tested this setup with pgAdmin 1.14.0, 1.14.3 and 1.16.0-beta4.
> Any idea anyone?

Use the PRE_9_2 branch with 9.1, not master.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jon Garate 2012-09-05 11:45:28 Re: pldebugger blank code issue
Previous Message Jon Garate 2012-09-05 11:31:35 pldebugger blank code issue