Sven
Sven

Reputation: 303

Salesforce debug logs in eclipse?

Is there any way to view Salesforce debug logs in eclise ide?
I tried to do some preliminary search but couldn't find anything.

Upvotes: 0

Views: 485

Answers (1)

Dmitry Shnyrev
Dmitry Shnyrev

Reputation: 76

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.

Upvotes: 2

Related Questions