beremiz

This fixes issue #5

2016-08-18, Paul Beltyukov
30692ab8b5c7
Parents 9db0b436fbb3
Children a656ccb868d4
This fixes issue #5
--- 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