Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Date: 2020-02-28 07:09:22
Message-ID: CAM9w-_nCM3FMtZjF-RDeqAjo3t1O9Q-1RBdYXxGz9Zd0djMd6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please ignore the previous patch. Forgot to make the patch with binary
option.
Attached is the updated patch.

On Thu, Feb 27, 2020 at 4:13 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix the issue where few of the arguments were
> skipped when opening arguments dialog other than the first time. The issue
> occurs when any of the arguments in between is an OUT arg.
>
> I've also added a "Clear All" button to the argument dialog which will
> clear all the saved arguments values from sqlite db. Document updated.
> [image: image.png]
>
> The patch also changes the checkboxes used in the arguments dialog to
> custom checkbox which matches the theme. This was missed in my previous
> patch related to the same.
>
> Please review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM5101_v2.patch application/octet-stream 103.4 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-28 09:58:24 pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly
Previous Message Aditya Toshniwal 2020-02-28 06:38:43 [pgAdmin][RM5142]Connections are not getting closed when disconnect the server while debugging is in progress.