Registered Member
|
If a python module resides in a symlink there are two problem with KDevelop debugger:
- Breakpoint in the source code inside the symlink are not respected - Output generated by source code inside the symlink is not printed Is this a bug? main.py
__init__.py
Case 1 Folder structure: main.py subfolder/__init__.py Execute output: MAINBEFORE SUBMODULE MAINAFTER Debug output: MAINBEFORE SUBMODULE MAINAFTER Breakpoint on line: print("SUBMODULE") is respected Case 2 folder structure main.py subfolder -> ./sub/ [This is a symlink] sub/__init__.py Execute output: MAINBEFORE SUBMODULE MAINAFTER Debug output: MAINBEFORE MAINAFTER Breakpoint on line: print("SUBMODULE") is ignored |
Registered users: bancha, Bing [Bot], Evergrowing, Google [Bot], lockheed, mesutakcan, Sogou [Bot]