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

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
Date: 2016-05-19 11:16:59
Message-ID: CACCA4P32y6f4X9JRvQR46a75gCSL9rH-YdAjrfervrJhnsvcWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
runtime_inspect_option_feature.patch application/octet-stream 1.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-05-19 11:24:13 Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool
Previous Message Sandeep Thakkar 2016-05-19 10:34:42 Re: Patch for pgAdmin4 package on Mac OS X