Page 1 of 1

How to debug script in an iX Developer project.

Posted: Mon Jul 25, 2011 2:33 pm
by Ron L.
You will need to install Visual Studio 2010 or Visual C# 2010 Express.

iX Developer must be configured to target the correct Visual Studio executable in order for the debugging to work. You can configure the target executable under "iX" -> "Options" -> "Script Debugger options" -> "Debugger".
ix_options.JPG
ix_options.JPG (20.6 KiB) Viewed 20723 times
iX Developer configured for Visual C# 2010 Express.
ix_options2.JPG
ix_options2.JPG (27.43 KiB) Viewed 20723 times
Press the debug button to validate the project and start the external debugger with a generated project file.
debug_button.JPG
debug_button.JPG (29.92 KiB) Viewed 20723 times
If you get a compile error about .NET Framework 4.0 not being installed, you can change the project settings to target the ".NET Framework 3.5" and re-compile.
target_3_5.JPG
target_3_5.JPG (60.24 KiB) Viewed 20723 times
Start debugging. If you get an exception you can try pressing F5 to continue.
pinvoke_exception.JPG
pinvoke_exception.JPG (90.49 KiB) Viewed 20723 times
If you continue getting exceptions and are unable to debug your project, you can change your workspace to a "Panel Type" of PC and debug. You may want to do this after making a copy of your project.
settings_pc.JPG
settings_pc.JPG (58.82 KiB) Viewed 20723 times

Re: How to debug script in an iX Developer project.

Posted: Tue Jan 21, 2020 5:29 pm
by Chris T.
Locked