mu-editor / crash-reports

0 stars 1 forks source link

Crash Report #653

Open go2cpete opened 2 months ago

go2cpete commented 2 months ago

REMEMBER TO ATTACH YOUR LOG FILE

Version: 1.2.0 Locale: en_US Platform: Windows 10 10.0.22631 AMD64

Traceback (most recent call last):
  File "C:\Users\Human\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\debugger\client.py", line 209, in on_command
    getattr(self, "on_{}".format(event))(**data)
  File "C:\Users\Human\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\debugger\client.py", line 391, in on_stack
    self.view.debug_on_stack(stack)
  File "C:\Users\Human\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\modes\debugger.py", line 338, in debug_on_stack
    self.view.update_debug_inspector(locals_dict)
  File "C:\Users\Human\AppData\Local\Programs\Mu Editor\Python\lib\site-packages\mu\interface\main.py", line 840, in update_debug_inspector
    while self.debug_model.rowCount() > 0:
AttributeError: 'NoneType' object has no attribute 'rowCount'