PATCH: Handling too many notices from the debugging function

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема PATCH: Handling too many notices from the debugging function
Дата
Msg-id CAG7mmowyGF-OOubCEgr2k+Y1zxZM5i+FgzFJ2E_oWMVTV-MEJg@mail.gmail.com
обсуждение исходный текст
Ответы Re: PATCH: Handling too many notices from the debugging function  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave,

During testing of debugger in pgAdmin III, EnterpriseDB's QA found one more bug.
If the function, which is being debugged, raise too many notices, pgadmin will become unresponsive.

As wxTextCtrl is not able to cop up with frequent AppendText calls, I have to introduce a timer to show the
current message(s) after the timer stops. That allows to avoid the frequent call to the AppendText function.
Appending those message to the current message instead of calling the function.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

Вложения

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: PATCH: Handle the cross type of debugging (context & in-context) on same function at the same time
Следующее
От: Ashesh Vashi
Дата:
Сообщение: PATCH: Wait for the thread only if it is running