Re: [pgAdmin4][Patch] To fix the issues in Debugger module

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] To fix the issues in Debugger module
Date: 2017-07-03 14:15:41
Message-ID: CA+OCxox583i7PDH=w1o10AdbVy10Tyozp_1mCdbXZ64FXRk_XQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Fri, Jun 30, 2017 at 10:15 AM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find patch to fix the below issues,
>
> 1) Debugger page layout
> RM#2512
>
> 2) To fix the issue when you user clicks on Stop button and gets
> connection lost error.
> RM#2511
>

Thanks, applied.

>
> @Dave,
> When we stop the debugger using pldbg_abort_target() function and try to
> start it again in the same connection, we are not able to do so because we
> do not get response from plugin(async query results shows busy status
> only), I think that is the reason why in pgAdmin3 we have disable all the
> buttons and release the connection if user clicks on stop button, For time
> being I have done the same in pgAdmin4 until we find the solution for this
> issue.
>

OK - please log an RM for the db server team.

Thanks.

--
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 2017-07-03 14:22:37 Re: [pgAdmin4][Patch]: Fixed the issue related to Domain Constraint module
Previous Message Dave Page 2017-07-03 14:14:57 pgAdmin 4 commit: Improve the debugger's default page layout, and preve