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
AlaaAlaa 

where can I see "System.debug" statement output?

I have some "System.debug" statement in my apex class.. where can I see the output of these statements after executing the class?

Best Answer chosen by Admin (Salesforce Developers) 
kiranmutturukiranmutturu

in the administartor setp section go to monitoring and there u can find the debuglog link .. click on that and set the current user as the running instance ..then run ur application.. u will get a debug log...there u can find all the execution process..

All Answers

kiranmutturukiranmutturu

in the administartor setp section go to monitoring and there u can find the debuglog link .. click on that and set the current user as the running instance ..then run ur application.. u will get a debug log...there u can find all the execution process..

This was selected as the best answer
cl0s3rcl0s3r

Are you using the force.com Eclipse plugin?

 

AlaaAlaa

no am not, but its already solved I can see debug messages now under monitoring->debug logs

 

Thank you.