pudb and pdb interfere with the behavior of the inspect module. calling
inspect.getfile(inspect.currentframe()) returns a different result
depending on whether or not you're in a debugger. Calling
os.path.abspath on the result of inspect.getfile(...) normalizes the
result between the two environments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB