Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Ability to open PDB via injected code #2

Open
TehMillhouse opened this issue Mar 28, 2014 · 1 comment
Open

Ability to open PDB via injected code #2

TehMillhouse opened this issue Mar 28, 2014 · 1 comment

Comments

@TehMillhouse
Copy link
Contributor

It should technically already possible to inject a PDB session (with some caveats, as always), but it's sort of tedious (manually creating an IPC channel (usually a socket) to the debugger, wrapping it in a file-like object, and starting pdb with that as its I/O channel).

There should be a function wrapping all of this into a single command.

@gcavalcante8808
Copy link

Is there any news on this? I just tried to use the pdb() but it just returns a NotImplementedError.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants