Breakpoint Support
New in 14.0B3 is breakpoint support for the custom code device! We have created a linkage between Connexion and Visual Studio which will:
Launch visual studio and attach the code files in your custom code device.
Copy breakpoint(s) from the CCD into VS.
Attach VS to the appropriate Connexion process.
Detect CCD code changes and push them to VS. When a change occurs, VS must detach and re-attach to the process.
This should make developing and debugging within the CCD environment more pleasant. This is, however, quite a complex interaction between the two programs, so please let us know of any issues.
Here is how it works:
Remote debugging: