The following decompilation options are available:
The Show debug commands option allows you to look through functions and commands in the decompiled listing that make no sense, but are present in the EXE file. They are unlikely to be used, but create a more complete image of the program being explored.
You can also choose the decompiler mode (available in the Pro version). That is, you can decompile program both into pseudo code (for P-Code) or assembler code (for Native Code) and into VB-like source code. It is more preferable, but available only in the Pro version of the program for P-Code and partially for Native Code.
This option is necessary only for those who explore the program in order to determine which p-code commands are included into one or another string of the decompiled listing.