User | Kudos |
---|---|
8 | |
3 | |
3 | |
2 | |
2 |
This is sort of two features bundled together, but they make sense to do them at the same time.
First, add an easy way to temporarily disable the "Allow debugging" VI property across an entire project. This would be step 1 in making an easy "Release Mode" option.
Second, add some conditional disable symbols to all projects. If the project is in debug mode, add "DEBUG_MODE" to the project, and if it's in release mode, add "RELEASE_MODE". While it is possible to do this manually now, each user could choose a different name for their symbol. If LabVIEW does this for everyone, then it allows better library interoperability. The main use case for these symbols is to add debugging traces and breakpoints that are undesirable in shipping code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.