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

Execute Anonymous in the Eclipse IDE Only Returns 'Anonymous execution was successful' message
I have two workspaces in Eclipse. One for production (linked to a production version of salesforce.com) and one for development (linked to a development edition of salesforce.com). The production one returns details of the execution including the system.debug ouput. The log level in production is set to Debug. If I run the same code in the development environment it only returns 'Anonymous execution was successful' no matter what setting you use for the log level.
I've noticed this same thing -- seems to be related to the new release.
Really sucks. I'd like to know why this is happening too.
You might also be able to use the System Log link at the top of the page to run Apex Code. May not be exactly what you're looking for, but it usually works for me.