ProjectController.py
changeset 1517 30692ab8b5c7
parent 1515 da8bf5aa275f
child 1524 70fc5688741e
--- 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