Project Options (Debug)
From The Oxygene Language Wiki
This is an IDE topic
Feel free to add your notes to this topic below.
| | | |
|---|---|---|
| Start Action | Normally, you will want to leave this as the default of Project, but you might want to set it to Start Application, if it is being invoked by another executable (see Start Application below). | Start Project |
| Start Application | Set this to the full path and name of the host executable that will be invoked when you start this application in the debugger. Leave it blank if you want to run the application directly.
This option is helpful for specifying a host executable for debugging Library projects. | Empty |
| Command Line Arguments | Specifies the parameters passed to your application when launching it in the debugger. | Empty |
| Working Directory | Specifies the startup directory to be used when running in the debugger. If empty, the application will start in the Output Folder. | Empty |
| Use Remote Machine | Set this to true to debug the project on the remote computer. Please note that remote computer should have the Remote Debugging Monitor launched and that you have to be in the Debugger Users security group on the remote machine. | False |
| Capture Console Output | Set this to true for output to go to the output window. By default, output goes to the console window. | False |
| Enable Unmanaged Debugging | Enables debugging into unmanaged code. | False |
| Assertion Class Name | Class to be used for Asserts, the default is System.Diagnostic.Debug. | Empty |
| Assertion Method | Method to be used on the above class (the default is Assert()). | Empty |
See Also
- Project Options
- Application – Compatibility – Build – Build Events – Reference Paths – Debug – Signing – Resources – Settings
- Specialised property pages: MacPack
- IDE Integration
Area: Oxygene IDE
IDE Glossary — Keywords — Types — FAQ — How To
