I know it can be done with C++, but can't get it to work with C.
We have a stand-alone hardware device using an ARM controller with firmware written in C. In order to speed testing we decided to create a software simulation of the device which consists of a C++ dll using the actual device C firmware as source code and a C# GUI interface.
The dll was created using a C++ template with the Configuration->C/C++->Advanced->Compile As set equal to 'Compile as C Code (/TC)'. The GUI and dll work fine, but I would like to debug the C dll source code but can't get mixed mode debugging to work. Is the C compiler not compatible with mixed mode debugging?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…