Friday, 10 July 2009

Salesforce Debug Log Parser

For those of you who regularly find themselves writing Apex code, you may find the salesforce debug log output cluttered and difficult to read. At the very least it can be time consuming trying to find the output you're after (unless you've been putting keywords before the output in System.debug) but even then it can take a while.

Well, the good news is that there is a handy free app for parsing the output which has been written in .NET by a guy called Kyle Peterson and amazingly enough it's called the Force.com Debug Log Parser - you can download this tool from here.

You can also see a video of it in action here. Thanks Kyle!

0 comments:

Post a Comment