04-15-2012 10:11 PM
04-16-2012 04:19 AM
LVOOP starts with OOD (object oriented design). The question about debugging should be answered there:
If you require the full architecture for debugging basic classes (aka their implementation), you have to use the full architecture. If you can "unplug" the basic classes from the architecture and test them seperatly, you will have to use test beds.
The second case is preferrable since it adapts better modularization.
Nevertheless, getting from lvlib to lvlibp is only a mouse click in your LV project (rightclick -> replace with Packed Library). So maybe this will help you out a bit.
I hope you are familiar with possible pitfalls of the lvlibp. (just preventing future support load 🙂 )
hope this helps,
Norbert