Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Code Reverser pages and dialogs > C# Code Reverser > Parsing process complete page (C# Code Reverser)
  
Parsing process complete page (C# Code Reverser)
This page reports parsing information and errors, before reverse engineering any code.
To view the current process summary in a text editor, click the Open Complete Log in Text Editor button.
* 
The text box can display only 64 Kb of information. If the size of the parsing report is greater than 64 Kb, the display of the report will be truncated. To view all of a truncated report, click the Open Complete Log in Text Editor button.
You can save the text through the Save Complete Log Text button.
You should resolve any parsing errors before reverse engineering code. If you resolve problems and then want to parse the same code again, click the Back button, and then the Next button.
* 
If you have code that causes Reverser parsing errors but is valid for your compiler, you can hide that code from the Reverser parser through the RTS_SYNC_INVOKED #define. RTS_SYNC_INVOKED is automatically defined when the Reverser is running, so you can make the code that causes parsing errors conditional using #ifndef RTS_SYNC_INVOKED so that the Reverser ignores it.
Click Next to reverse engineer the selected code files. For information about reverse engineering C# code, see Overview of reverse engineering legacy C# code (C# code)