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

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
Can anyone tell me what is debugging in developer console and how to use that???
Thanks in advance
Karthick
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
check out this link it will help you more,and check out the embedded link also.
https://developer.salesforce.com/page/Developer_Console
Thanks
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.