Re: Debugger off by one line

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: David Greco <David_Greco(at)harte-hanks(dot)com>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Debugger off by one line
Date: 2012-03-18 09:57:04
Message-ID: 4F65B170.5040600@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 12/03/2012 18:05, David Greco a écrit :
> pgAdmin 1.14.2 connected to PostgreSQL 9.1.2 on 64-bit linux running
> edb-debugger version .93.
>
> I am having problems with the debugger in pgAdmin being off by one line.
> See below screenshot. You can see we have stepped to line 7, and based
> on the code variable x should be set to 1. But the Output Pane shows it
> is still null. If you continue stepping through, the behavior continues,
> screen and output pane lags the code by one line.
>

I can't reproduce this. Does it happen all the time?

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message David Greco 2012-03-18 16:25:43 Re: Debugger off by one line
Previous Message Guillaume Lelarge 2012-03-18 08:43:36 Re: code completion feature question