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
SS KarthickSS Karthick 

General debugging in developer console

Hi folks
          Can anyone tell me what is debugging in developer console and how to use that???


Thanks in advance
Karthick
Best Answer chosen by SS Karthick
RishavRishav
Hii,
check out this link it will help you more,and check out the embedded link also.
https://developer.salesforce.com/page/Developer_Console 

Thanks 

All Answers

RishavRishav
Hii,
check out this link it will help you more,and check out the embedded link also.
https://developer.salesforce.com/page/Developer_Console 

Thanks 
This was selected as the best answer
AshlekhAshlekh
Hi,

I think you need to first go through the links which helps you to understand in better way. 

1) https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_debugging_system_log_console.htm
2) http://help.salesforce.com/apex/HTViewHelpDoc?id=code_system_log.htm
3) http://www.salesforce.com/us/developer/docs/apex_workbook/Content/apex1_2.htm

Gernerally in developer console we can execute apex code. There is small window when Click Debug | Open Execute Anonymous Window or Ctrl/E.

You can execute apex code here and see the log which is printed by system.debug(); in log window.

We can also run test class from developer console.



Please mark as solution if it helps you.