# HG changeset patch
# User Paul Beltyukov
# Date 1471512903 -18000
# Node ID 30692ab8b5c7acfb0736e531f6d50d0471f0df1b
# Parent  9db0b436fbb3a531ac447e26fd77d73f8b1ee702
This fixes issue #5

diff -r 9db0b436fbb3 -r 30692ab8b5c7 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