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

Anonymous execution in IDE
I can't help but feel like I'm just having a brain fart here, but is there any reason why running the following code in the "Execute Anonymous" tab of the IDE would only display "Anonymous execution was successful." in the results box?
System.Debug('Hey There!');
Thanks!
This has been identified as a server-side change in Spring '10. We are restoring the previous behavior, and the fix is expected to go out before the end of next week. Once it's in place, your existing Force.com IDE will once again display log results in the Execute Anonymous window.
Jon
salesforce.com Product Manager
All Answers
I get this:
Anonymous execution was successful.
20100130053304.743:AnonymousBlock: line 1, column 1: Hey There
Cumulative resource usage:
Resource usage for namespace: (default)
Number of SOQL queries: 0 out of 100
Number of query rows: 0 out of 10000
Number of SOSL queries: 0 out of 20
Number of DML statements: 0 out of 100
Number of DML rows: 0 out of 10000
Number of script statements: 1 out of 200000
Maximum heap size: 0 out of 2000000
Number of callouts: 0 out of 10
Number of Email Invocations: 0 out of 10
Number of fields describes: 0 out of 10
Number of record type describes: 0 out of 10
Number of child relationships describes: 0 out of 10
Number of picklist describes: 0 out of 10
Number of future calls: 0 out of 10
Number of find similar calls: 0 out of 10
Number of System.runAs() invocations: 0 out of 20
Total email recipients queued to be sent : 0
Cumulative profiling information:
No profiling information for SOQL operations.
No profiling information for SOSL operations.
No profiling information for DML operations.
No profiling information for method invocations.
If I slide the slider over to Finest, I get more.
Thanks for the reply.
I just tested on a production account and it worked as expected. I wonder if this is something with the new spring '10 release?
This has been identified as a server-side change in Spring '10. We are restoring the previous behavior, and the fix is expected to go out before the end of next week. Once it's in place, your existing Force.com IDE will once again display log results in the Execute Anonymous window.
Jon
salesforce.com Product Manager