Beremiz Attrubute error

Issue #6 resolved
Павел Бельтюков created an issue

Hi, Andrey!

I've cloned your repo and found a bug:

When I click a Debugger tab on the right of the IDE frame, I get an empty error box (see screenshot).

Here is traceback

Traceback (most recent call last):
  File "/home/anon/yaplcIDE/BitBucket/beremiz/controls/DebugVariablePanel/DebugVariablePanel.py", line 940, in OnGraphicsWindowPaint
    self.RefreshView()
  File "/home/anon/yaplcIDE/BitBucket/beremiz/controls/DebugVariablePanel/DebugVariablePanel.py", line 523, in RefreshView
    self.RefreshCanvasPosition()
  File "/home/anon/yaplcIDE/BitBucket/beremiz/controls/DebugVariablePanel/DebugVariablePanel.py", line 629, in RefreshCanvasPosition
    self.CanvasPosition.SetScrollbar(pos, self.CurrentRange, range, self.CurrentRange)
AttributeError: 'DebugVariablePanel' object has no attribute 'CurrentRange'

Comments (2)

  1. Log in to comment