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.enterprisedb.com>



*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

Attachment: too_many_frequent_notices_debugger.patch
Description: Binary data

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to