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
karthikakarthika 

Need help with the debug log in Eclipse

Hi

 

I am writing an Apex class (local) that is not deployed to the server and wanted to test it before I deploy it. When I right click on the class--->Force.com server ---> Run tests, I am getting error from other classes and could not see the debug log from my class.

 

Is there any way wher I could turn off debugging other classes and run test only on the class written by me.

 

Any help would be greatly apprciated.

 

 

Thanks

Jia HuJia Hu
You can't test Apex class on the local.
When you save the Apex class, the Eclipse will automatically upload it to the Server.
If your class has any errors, it can't be uploaded.

And then you can run test for your test class.