Export to GitHub

editra-plugins - issue #217
Unable to step into a file executed with function execfile
Posted on Aug 31, 2012 by
Helpful Elephant
Editra version : 0.7.01 Plugin : PyStudio / PyDebug Plugin version : 0.4
- Create a file hierarchy like this :
--scripts
|_ subscripts
|_ subscript_1.py
|_ ...
|_ script_1.py
|_ ...
- Add into subscript_1.py the line : print "Hello World"
- Add into script_1.py the line : execfile("subscripts/subscript_1.py")
- Add breakpoint on the last line
- Launch script_1 with PyDebug
- Try to step into subscript_1.py
- Status bar displays message "Invalid file : .../scripts/subscript_1.py"
PyDebug tries to open file "scripts/subscript_1.py" rather than "scripts/subscripts/subscript_1.py".
Regards.
Thierry BRIZZI.
Comment #1
Posted on Sep 6, 2012 by Happy MonkeyDon't remember any fixes along these lines but suggest updating to PyStudio 0.7 and Editra 0.7.12 to recheck the current behavior.
Status: Pending
Labels:
Type-Defect
Priority-Medium