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

2019-08-23 Thread Dave Page
Thanks, applied. On Thu, Aug 22, 2019 at 9:15 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.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

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

2019-08-22 Thread Aditya Toshniwal
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 Tos