Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Since Salesforce have moved their test execution to be asynchronous in Spring '13 we are forced to use the Developer Console to see Code Coverage for a single test class.

My issue with this is that for me the Developer Console is really slow and often crashes my browser (using in Chrome and IE7 - pretty much unusable in IE but this is the version we use in the company).

Is there any way to speed this up so it's actually usable?

I know there's the idea of Workspaces, which I thought would let me remove some of the tabs at the top (Logs, Heap Dumps, Repository etc.) but I can't work out how to do that.

share|improve this question

1 Answer

To set up perspective you need to load some log first:

enter image description here

Then click on the "Perspective All" button and then navigate to "View Panels". Turn some off and save new perspective as "New one".

enter image description here

By the way you can use for example Force.com IDE too:

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.