From 41aa91c8ebdff6572e64925c0b9a4ab6c08dc147 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 15 May 2023 09:35:59 -0400 Subject: [PATCH] Add news file --- nooz/358.feature.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nooz/358.feature.rst diff --git a/nooz/358.feature.rst b/nooz/358.feature.rst new file mode 100644 index 0000000..80b8367 --- /dev/null +++ b/nooz/358.feature.rst @@ -0,0 +1,15 @@ +Switch to using the fork & fix of `pdb++`, `pdbp`: +https://github.com/mdmintz/pdbp + +Allows us to sidestep a variety of issues that aren't being maintained +in the upstream project thanks to the hard work of @mdmintz! + +We also include some default settings adjustments as per recent +development on the fork: + +- sticky mode is still turned on by default but now activates when + a using the `ll` repl command. +- turn off line truncation by default to avoid inter-line gaps when + resizing the terimnal during use. +- when using the backtrace cmd either by `w` or `bt`, the config + automatically switches to non-sticky mode.