Example for System.debug() in Salesforce
The main use of System.debug() is to track the flow of program and find errors. Example: parsedCSVdata = parseCSV(fileString,false); System.debug('Parsed CSV Data -->' + parsedCSVdata); To see this go to Setup ....