Mikhail Elovskikh
Mikhail Elovskikh
> I guess that came from the discussion at #246 Right. I haven't found any suitable place to mention the new setting in the docs. And additionally, I thought it...
Hi there. I've updated config doc. I've removed such inner settings like `sidebar_width`.
I've slightly fixed the configuration text and options order (to be consistent with the configuration dialog).
> AE conventions for consistency Sorry, I'm not familiar with that conventions. Could you give me a link where I can read about that conventions? > Please use ReST roles...
@inducer thanks for links. English is not native language for me. So I definitely agree with you: >This needs extensive proofreading before it's ready to merge. I still don't get...
Oh, I see, it's over here: https://github.com/inducer/pudb/blob/master/pudb/debugger.py#L2107. I agree that the change should save ability to show changelog in the UI. I guess the best way would be to extract...
> Should we add the setting to the preferences UI? Maybe yes. Or at least mention the setting at README. > Actually the behavior of import pudb.b is still a...
@asmeurer I got it. I need some time to try to provide the correct behaviour. I'd like to ask you not to merge this PR until I understand how I...
Hi there! I've finally get it work. The problem was with that we set a breakpoint at `set_trace` on a current frame line. But as the frame stack was cleaned...
Yes it does. I don't see any way to clean-up importlib frames from system stack (and also, don't think it's good idea). What we do: 0. Override the `Bdb.get_stack` method,...