From 87c6e09d6b453a05197580a75ecd07a79a59d022 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 14 May 2023 22:52:24 -0400 Subject: [PATCH] Switch readme links to point @ `pdbp` B) --- docs/README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 24f04c1..9dfe2f6 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -29,7 +29,8 @@ Features - **It's just** a ``trio`` API - *Infinitely nesteable* process trees - Builtin IPC streaming APIs with task fan-out broadcasting -- A (first ever?) "native" multi-core debugger UX for Python using `pdb++`_ +- A "native" multi-core debugger REPL using `pdbp`_ (a fork & fix of + `pdb++`_ thanks to @mdmintz!) - Support for a swappable, OS specific, process spawning layer - A modular transport stack, allowing for custom serialization (eg. with `msgspec`_), communications protocols, and environment specific IPC @@ -155,7 +156,7 @@ it **is a bug**. "Native" multi-process debugging -------------------------------- -Using the magic of `pdb++`_ and our internal IPC, we've +Using the magic of `pdbp`_ and our internal IPC, we've been able to create a native feeling debugging experience for any (sub-)process in your ``tractor`` tree. @@ -603,6 +604,7 @@ channel`_! .. _adherance to: https://www.youtube.com/watch?v=7erJ1DV_Tlo&t=1821s .. _trio gitter channel: https://gitter.im/python-trio/general .. _matrix channel: https://matrix.to/#/!tractor:matrix.org +.. _pdbp: https://github.com/mdmintz/pdbp .. _pdb++: https://github.com/pdbpp/pdbpp .. _guest mode: https://trio.readthedocs.io/en/stable/reference-lowlevel.html?highlight=guest%20mode#using-guest-mode-to-run-trio-on-top-of-other-event-loops .. _messages: https://en.wikipedia.org/wiki/Message_passing