Test and Debug on PC
An external function executable should be tested and debugged using two methods before you call it from within the Altair product.
- Stand-alone
- This method runs the program with no external communication, testing only the code that you have written.
- Driver program and vector file
- This method runs the program by invoking it from another program (the driver utility), testing the IPC communication facilities of the code that you have written.
To use the standalone debugging method, complete the steps below.