Enable Debug of "exec(...)"
Brought to you by:
fabioz
Hello,
I like the pydev enviroment, but we realy need a lot of exec(...) statments and so I search for a tool to debug the statments.
If I set pydevd.settrace() the debugger stops inside but need a source file.
Can the debugger get the source from the exec statment himselv?
Thanks Matthias