You need to sign in to do that
Don't have an account?

Why some times developer console will not open log
Hi ,
Can any once face this problem when we executin some code using developer console the log will not open.
Any one face this problem.
Thank you
Have you tried changing the log level?
Have you using auto hide logs option?
Regards,
Satish Kumar
I am executing small piece of code.
string s2 ='This is Bob\'s string';
s2.replace('\'','/');
system.debug('test..'+s2);
and log levels are like below
General trace setting for user
DB :info
Callouts:Info
Apex code:debug
Validation :Info
Workflow:info
Profiling :info
Visualforce:info
System:debug
Can you please tell me what is the difference between info,Error,warn,Debug,fine,finest,Finer.
Thanks in Advance
I don't exactly know why this happens, but I have observed that when you leave your dev console inactive for a long time, it stops opening logs. Just close the dev console and re-open it again and it will work fine.
Hi,
Log Inspector is a context-sensitive execution viewer that shows the source of an operation, what triggered the operation, and what occurred afterward. Use this tool to inspect debug logs that include database events,Apex processing, workflow, and validation logic.
For more detailed information look at the fallowing link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_debugging_system_log_console.htm
and if you have any more questions please feel to contact me on support@groundwireconsulting.com
It could be browser issue. Try to check your code in google chrome.
This requirement seems to be new behavior. My dev org just upgraded to Summer '15, but I can't say with certainty that's related.
This was a giant pain in the neck. So much so that I'm switching to the Forece.com IDE (which was running system.debug statements just fine during this issue).
I hope this helps.