To debug on Windows with Visual C++ .NET:
-
Compile a Debug version of your plug-in and then start Softimage.
-
In Microsoft Visual C++ .NET, click .
-
In the dialog box, find XSI.exe in the list of .
-
Click XSI.exe and then click .
-
In the dialog box, click the program type, and then click .
-
Set some breakpoints and start debugging.
To debug on Linux with the GNU Project Debugger
You can start the GNU Project Debugger (GDB) with Softimage and have pending break points even if the library isn't loaded. The only trick is that the library has
to have been loaded once.