You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press the 'OK' button in the sequence (red numbers)
Mistake the second press.
What is the expected output?
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\spyderlib\widgets\dicteditor.py", line 459, in \<lambda>lambdaeid=id(editor): self.editor_accepted(eid))
File "C:\Python27\lib\site-packages\spyderlib\widgets\dicteditor.py", line 467, in editor_accepted
index = data['model'].get_index_from_key(data['key'])
File "C:\Python27\lib\site-packages\spyderlib\widgets\dicteditor.py", line 219, in get_index_from_keyreturnself.createIndex(self.keys.index(key), 0)
RuntimeError: wrapped C/C++ object of type DictModel has been deleted
If only First run:
Empty Variable explorer
Second run: ok.
If only First run:
Is not possible to continue debugging(press button 'Run current line').
To continue need switch to Ipython console.
Second run: continue debugging ok.
What version of the product are you using? On what operating system? Windows7, Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)]
ccordoba12
changed the title
Variable explorer (RuntimeError:)
Error in Variable explorer when changing types of a variable during debugging
May 6, 2015
ccordoba12
changed the title
Error in Variable explorer when changing types of a variable during debugging
Error in Variable explorer when modifying variables in wrong order
May 29, 2017
ccordoba12
changed the title
Error in Variable explorer when modifying variables in wrong order
Error in Variable explorer when modifying nested objects in wrong order
May 29, 2017
From CTPaHHuK...@gmail.com on 2014-09-20T01:54:15Z
Create file
t = [[[1, 1], [1, 2], [1, 3], [1, 3]], [0, 2], [0, 3], [0, 4], [0, 6], [0, 7], [0, 8]]
t = 1
Run Debug file
Run current line (first)
Switch Variable explorer and edit 't' (image)
Press the 'OK' button in the sequence (red numbers)
Mistake the second press.
What is the expected output?
If only First run:
Empty Variable explorer
Second run: ok.
If only First run:
Is not possible to continue debugging(press button 'Run current line').
To continue need switch to Ipython console.
Second run: continue debugging ok.
What version of the product are you using? On what operating system? Windows7, Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)]
Spyder 2.4.0dev
hg heads
changeset: 4091:acf756421eab
changeset: 4089:cf2ed4c20e5d
Attachment: 123.jpg
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1977
The text was updated successfully, but these errors were encountered: