thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

PyVariable Crash #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue received via Error Reporter:

#---- Notes ----#
Please provide additional information about the crash here

I set a breakpoint on a function which was running in a another thread  (ie my 
application launches a new thread)  I then Clicked on Pyvariable  + self to see 
all the attributes of self.

Then got

Loading…  Data Retrieval Timeout

#---- System Information ----#
Editra Version: 0.6.48
Operating System: Windows NT 6.1 (build 7600)
Python Version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
(Intel)]
wxPython Version: 2.8.12.0 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit x86
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Mon May 23 16:36:35 2011 ***
Traceback (most recent call last):
  File "wx\_core.pyo", line 14660, in <lambda>
  File "c:\users\masker\appdata\roaming\editra\plugins\pystudio-0.1-py2.6.egg\PyStudio\Debugger\VariablesLists.py", line 275, in _itemexpandingcallback

UnboundLocalError: local variable 'freselect_child' referenced before assignment

#---- End Traceback Info ----#

Original issue reported on code.google.com by CodyPrec...@gmail.com on 23 May 2011 at 11:50

GoogleCodeExporter commented 9 years ago
Fixed in current svn

*Fix undeclared variable error

Original comment by CodyPrec...@gmail.com on 24 May 2011 at 3:12