We are developing a .NET library, which has a WPF UI. This application has been started by the MATLAB application and now we have realized that some things behave differently, when we start it from MATLAB, then this is our .NET fake application ( Application.Current
Code> Null - Maybe there are other differences). Since testing through MATLAB is a bit complicated (out of MATLAB, build project in VS, start matlab, set breakpoint set in MATLAB function, run MATLAB function, attach VS to MATLAB, continue debugging in MATLAB ): How can I set up a testing application, uses our library and behaves like our targeted system - which integrates better with VS?
No comments:
Post a Comment