c# - Developing a :NET library started by a MATLAB application -
we developing .net library, has wpf ui. application started matlab application , figured out, things behave different, when start matlab, instead of starting our .net mock application (application.current
null
- maybe there other differences). since testing through matlab bit cumbersome (quit matlab, build project in vs, start matlab, set breakpoint in matlab function, run matlab function, attach vs matlab, continue debugging in matlab): how can setup test application, uses our library , behaves our target system - integrates better vs?
Comments
Post a Comment