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

Поиск
Список
Период
Сортировка
От Neel Patel
Тема [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
Дата
Msg-id CACCA4P32y6f4X9JRvQR46a75gCSL9rH-YdAjrfervrJhnsvcWQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][runtime]: Web Inspect feature in desktop application in debug mode
Список 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


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sandeep Thakkar
Дата:
Сообщение: Re: Patch for pgAdmin4 package on Mac OS X
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool