Dave Page wrote:
On Tue, Apr 7, 2009 at 8:45 AM, Heikki Linnakangas
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 sh
On Tue, Apr 7, 2009 at 8:45 AM, Heikki Linnakangas
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
Dave Page wrote:
On Mon, Apr 6, 2009 at 9:20 PM, Heikki Linnakangas
wrote:
It's reproducible with any other function too, by stepping to the end of the
function. Which suggests that the problem occurs when the dialog is
displayed for the 2nd time.
What, the infinite loop happens the second t
On Mon, Apr 6, 2009 at 9:20 PM, Heikki Linnakangas
wrote:
> It's reproducible with any other function too, by stepping to the end of the
> function. Which suggests that the problem occurs when the dialog is
> displayed for the 2nd time.
What, the infinite loop happens the second time, or it igno
Heikki Linnakangas wrote:
Dave Page wrote:
Hi Heikki
On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas
wrote:
CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$
LANGUAGE plpgsql;
Debugging that won't work terribly well anyway, as the plugin will
just skip the entire funct
Dave Page wrote:
Hi Heikki
On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas
wrote:
CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$
LANGUAGE plpgsql;
Debugging that won't work terribly well anyway, as the plugin will
just skip the entire function iirc. For slightly sane
Hi Heikki
On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas
wrote:
> CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$
> LANGUAGE plpgsql;
Debugging that won't work terribly well anyway, as the plugin will
just skip the entire function iirc. For slightly saner testing, try
re