beremiz

Fixed bug when trying to add a global function block instance variable to debug variable panel and not connected
try:
from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel