Re: [pgAdmin][RM4419] Debugger does not work on python 2.7

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4419] Debugger does not work on python 2.7
Date: 2019-08-23 08:43:59
Message-ID: CA+OCxoyEab9-92+S4Y47oaO0JU7pPzkmoF+x4Zu+d12Fh8Kjew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Thu, Aug 22, 2019 at 9:15 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix an issue where debugger throws error and
> doesn't work when using Python 2.7.
> Also fixed a small issue where reload warning was thrown on closing
> debugger, which should applicable only if opened in new tab.
>
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

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

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-23 08:45:22 Re: [GSoC][New Feature] Editable and Read-only Columns
Previous Message Dave Page 2019-08-23 08:43:54 pgAdmin 4 commit: Fix a debugger error when using Python 2.7. Fixes #44