Hello, I have this procedure: function errorHandler(d: PDisplay; e: PXErrorEvent): cint; cdecl; And I would like to set a break-point in it in GDB. Any ideas how to do that? break errorHandler says that it can't find the procedure ... thanks, -- Felipe Monteiro de Carvalho