Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If there is no pycharm or vscode, can we use Pydev.Debugger alonely in command line console mode? #241

Closed
oldljh opened this issue Nov 18, 2022 · 1 comment

Comments

@oldljh
Copy link

oldljh commented Nov 18, 2022

If there is no pycharm or vscode, can we use Pydev.Debugger alonely in command line console mode?

@fabioz
Copy link
Owner

fabioz commented Nov 18, 2022

The short answer is no, it's not possible to use it in the command line (if you want to do that you probably want to use pdb).

The long answer is that this would be possible to implement, but at this point no one has actually done it (it's be a new client but based on the terminal instead of using a UI).

As a note, you could use it with any client that can communicate using the DAP (Debug Adapter Protocol).

@fabioz fabioz closed this as completed Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants