Select Objects and Delivery Options

Choose the objects to deliver and the options to apply:

Code Delivery Object Selection

  • Line Numbering: Adds line numbers to every line of code. If your error handler uses the ERL function, it can detect the exact line where a crash occurs.
  • Variable Scrambling: Lets you rename all of your variables, constants, user defined types, and enums to nonsense names that another user would have great difficulty deciphering.
  • Remove Comments: Removes all your comments, except comments that are tagged.
  • Remove Blank Lines: Removes all blank lines.
  • Remove Indentations: Makes your code flush left.
  • Remove Debug Statements: Removes debugging code by placing a comment character in front of any Debug statements.
  • Remove Stop Statements: Removes stop commands by placing a comment character in front of any Stop statements.

Delivery Results...