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

Log Inspector is not showing the result in salesforce
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
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
Where are you looking? If you open the developer console, and look at the logs tab do you see the log entries there?