Root >  Basic procedures

Basic procedures

Previous pageReturn to chapter overviewNext page   

After you've added EurekaLog to your application - you probably want to configure it, so EurekaLog will better suit your needs.

 

Usually, our customers do these kind of configurations:

They configure bug report (like file storing and content).
They configure error dialogs (like changing appearance or disabling dialog at all).
They configure sending report to developer (to receive feedback from field-deployed applications).
And they adjust the settings of the project itself (to improve detalization of the bug reports).

 

The best way to ensure satisfaction is to insert an artificial "bug" in your application and ensure that EurekaLog behaves as you expect and want. And if it's not - then adjust EurekaLog's settings.

 

If you write a GUI application - we recommend to place a button on main form and place this code to it's OnClick handler:

 

procedure TForm1.Button1Click(Sender: TObject);

begin

  raise Exception.Create('Test exception for EurekaLog');

end;

 

Clicking on such button should invoke EurekaLog's processing and you could check its behaviour on your machine - before deploying application to the clients.

 

If you configure your application to catch leaks - you can use this code to test EurekaLog's behaviour for leaks:

 

procedure TForm1.Button2Click(Sender: TObject);

begin

  AllocMem(10240);

end;

 

Note: it's important to test both exceptions AND leaks, because their processing is very different.

 

 

See also:




Send feedback... Build date: 2023-09-11
Last edited: 2023-03-07
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/basics.php