Netlinx Debugging
sonny
Posts: 208
Running Build 2.2.0.84 of NetLinx Studio and since I've gone to this version I've noticed real flakiness in "Watch" while in Debug Mode. Most variables show up in the wrong module when adding from the variable list, and many won't show any information after putting them into the watch window.
For what it's worth, all my code is in modules, I don't put anything in main except DEFINE_MODULE statements.
I know this is probably a tech support issue, but wanted to see if anyone else has experienced this.
Thanks...Sonny
For what it's worth, all my code is in modules, I don't put anything in main except DEFINE_MODULE statements.
I know this is probably a tech support issue, but wanted to see if anyone else has experienced this.
Thanks...Sonny
0
Comments
One workaround is to drag the variable directly from your source code to the watch window, eliminating the need to choose which one you are watching. Another is to simply write your code so that duplicat names don't turn up. I have been going with the latter, to me it makes it easier to track what is going on anyway.
...Sonny