function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShikibuShikibu 

Fix for developer console not working

I am having the developer console fail on me often enough (as described in Salesforce Help) that I got tired of using Workbench to fix it, and I wrote a Visualforce page that uses https://jsforce.github.io and the Tooling API to do the trick.

My source code is here: https://gist.github.com/bolaurent/65e3f59ac81ee2587a7d67a2d372996e

There's one issue that is bugging me. When you press the "Delete my IDEWorkspace" button, the delete operation works correctly, but the page refreshes, and it complains that it cannot find the user's IDEWorkspace (because it has been deleted).

Why is this refresh happening? How can I prevent it?

 
Sumeet_ForceSumeet_Force
I am not sure of any help on this one...however for your dev console not working in the normal way....I have a trick which helped me load the console properly.

When the console is starting up (before it goes into loading mode) and as soon as you see the window being drawn, hold the edge of the window and then hold it for 4-5 seconds and then it loads properly.

Not sure if this might help....but I use this often and that works for me.