Apex
SF Explorer let's you run anonymous code in your org. You need to activate the DebugTrace to see the log and then you can retrieve the result with SOQL.
/** @apex */
System.debug('Hello, World');
SF Explorer let's you run anonymous code in your org. You need to activate the DebugTrace to see the log and then you can retrieve the result with SOQL.
/** @apex */
System.debug('Hello, World');