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
Vamsi:)Vamsi:) 

How to debug in eclipse in force.com plugin. I have installed eclipse juno, got all data into my eclipse from my dev org. I want to debug a trigger which works on creating an account. How to set debug point ot how to debug it. am not seeing any debug mode

How to debug in eclipse in force.com plugin. I have installed eclipse juno, got all data into my eclipse from my dev org. I want to debug a trigger which works on creating an account. How to set debug point ot how to debug it. am not seeing any debug mode
Best Answer chosen by Vamsi:)
Tejpal KumawatTejpal Kumawat
Hello Vamsi,

There is currently no facility for debugging Apex from the Force.com IDE and Eclipse. You can receive debug log in Eclipse only, if you run apex tests or execute anonymous code from Eclipse. In other cases you can find debug logs in Setup->Logs->Debug or in Developer Console.


If this answers your question mark Best Answer it as solution and then hit Like!