This fixes issue #5
authorPaul Beltyukov
Thu, 18 Aug 2016 14:35:03 +0500
changeset 1517 30692ab8b5c7
parent 1516 9db0b436fbb3
child 1518 a656ccb868d4
This fixes issue #5
ProjectController.py
--- a/ProjectController.py	Fri May 06 22:21:22 2016 +0300
+++ b/ProjectController.py	Thu Aug 18 14:35:03 2016 +0500
@@ -853,7 +853,7 @@
                         attrs["C_path"] = '__'.join(parts)
                         if attrs["vartype"] == "FB":
                             config_FBs[tuple(parts)] = attrs["C_path"]
-                    if attrs["vartype"] != "FB":
+                    if attrs["vartype"] != "FB" and attrs["type"] in DebugTypesSize:
                         # Push this dictionnary into result.
                         self._DbgVariablesList.append(attrs)
                         # Fill in IEC<->C translation dicts