PATCH: Handling too many notices from the debugging function - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject PATCH: Handling too many notices from the debugging function
Date
Msg-id CAG7mmowyGF-OOubCEgr2k+Y1zxZM5i+FgzFJ2E_oWMVTV-MEJg@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: Handling too many notices from the debugging function  (Dave Page <dpage@pgadmin.org>)
List 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

Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: PATCH: Handle the cross type of debugging (context & in-context) on same function at the same time
Next
From: Ashesh Vashi
Date:
Subject: PATCH: Wait for the thread only if it is running