|
||
DLL Debugging |
||
DLLs built for SilverScreen may be debugged using the Visual C++ debugger. You must build your DLL for debug, and use the debug version of SilverScreen (i.e. silver10D.exe) appropriate for your development platform.
Set breakpoints in your code as usual, and set the Executable program to the debug version of SilverScreen by selecting the Project Settings dialog, Debug tab, General category; you should also set the working directory here, as well. |