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
mukesh gupta 8mukesh gupta 8 

Log Inspector

Hi Experts,

Log Inspector is not showing the result in salesforce.

integer i = 123;

String s = 'Test';

System.debug(' i = '+i);
System.debug('S = '+s);

Not able to seen the result.

Please help

Thank's
ManojjenaManojjena
Hi Mukesh ,
Where actually you are looking in Console ?
mukesh gupta 8mukesh gupta 8
I want to debug my output in Log tab , bottom left corner.

User-added image

Thank's
 
ManojjenaManojjena
Hi Mukesh ,

I think you are using IE browser ,Please check in mozilla or chrome . Some times due to browser issue it will not create log .

**PLease select as best answer if it solve your problem .
mukesh gupta 8mukesh gupta 8
Hi Manoj,

I m using  mac pc wiht chrome browser, i think it's not a browser issue.

Thank's 
ManojjenaManojjena
Hey Mukesh ,

I  am also facing the same  issue ,It is working for me in Mozilla .Could you please check with mozilla .
mukesh gupta 8mukesh gupta 8
Hi Manoj ,

I am still facing same issue in mozila that you are shared earlier.

Thank's