How to use EurekaLog

Top  Previous  Next

You must recompile your Visual Studio projects in order to use EurekaLog with them.

 

EurekaLog will automatically apply all necessary changes to make your projects intercept every exception.

 

 

Full debug info

 

There is one exception to this claim. Namely, in order to be able to display line numbers in the exceptions' call stacks, EurekaLog needs complete debug information.

 

In order to enable this you need to do two things:

 

Enable full debug info for the project. You can accomplish this in the build settings for the project. Click on the "Advanced" button, and set "Debug Info" to "full".

 

 

 

 

Include the project's pdb file with your deployment. Easiest way to do this is by using the "Publish" tab in the project's properties. Click on the "Application Files" button, then check "Show all files" and set the pdb files' publish status to "Include" and download group to "Required". You do not need EurekaLog's debug info (EurekaLog.pdb).

 

 

To access to your project EurekaLog options, use the new "EurekaLog/Options..." menu item (see here).