[pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode - Mailing list pgadmin-hackers

From Neel Patel
Subject [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
Date
Msg-id CACCA4P32y6f4X9JRvQR46a75gCSL9rH-YdAjrfervrJhnsvcWQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
List 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

pgadmin-hackers by date:

Previous
From: Sandeep Thakkar
Date:
Subject: Re: Patch for pgAdmin4 package on Mac OS X
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool