Re: [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
Date: 2016-05-19 13:33:25
Message-ID: CA+OCxozSXTeB6zHZ=6dAaDx2B50n2hVjD5ke++_K7c4gasuzQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - applied.

On Thu, May 19, 2016 at 7:16 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Currently there is no way to debug the pgAdmin4 runtime application if any
> error occurs.
>
> Ashesh suggested to implement the feature. Please find attached patch file.
>
> Feature:-
>
> User should be able to debug the pgAdmin4 desktop application with Web
> Inspect options provided by Qt Web engine.
>
> How to use :-
>
> Build the pgAdmin4 desktop application in debug mode. ( Refer README for
> qmake options)
> Open the pgAdmin4 desktop application, right click on QWebView widget and
> from context menu open the "Inspect" option. It will open the dialog same as
> Developer tools in browser.
>
> Do review it and let us know for comments.
>
> Thanks,
> Neel Patel
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
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 Surinder Kumar 2016-05-19 13:34:05 Re: Stalled post to pgadmin-hackers
Previous Message Dave Page 2016-05-19 13:33:19 pgAdmin 4 commit: Add Inspection support to the runtime when built in d