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

  1. Create a file hierarchy like this :

--scripts |_ subscripts |_ subscript_1.py |_ ...
|_ script_1.py |_ ...

  1. Add into subscript_1.py the line : print "Hello World"
  2. Add into script_1.py the line : execfile("subscripts/subscript_1.py")
  3. Add breakpoint on the last line
  4. Launch script_1 with PyDebug
  5. Try to step into subscript_1.py
  6. 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 Monkey

Don'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