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

vscode: PYDEV DEBUGGER WARNING #55

Open
dreiekk opened this issue Apr 18, 2022 · 0 comments
Open

vscode: PYDEV DEBUGGER WARNING #55

dreiekk opened this issue Apr 18, 2022 · 0 comments
Assignees
Labels
🐛Bug Something isn't working

Comments

@dreiekk
Copy link
Collaborator

dreiekk commented Apr 18, 2022

Describe the Bug

When using the builtin vscode python debugger to start bot.py, the following warning occures:

PYDEV DEBUGGER WARNING:
sys.settrace() should not be used when the debugger is being used.
This may cause the debugger to stop working correctly.
If this is needed, please check:
http://pydev.blogspot.com/2007/06/why-cant-pydev-debugger-work-with.html
to see how to restore the debug tracing back correctly.
Call Location:
  File "C:\Python310\lib\site-packages\gevent\threadpool.py", line 162, in _after_run_task
    _sys.settrace(None)

To Reproduce

Open the repository in vscode and launch the bot with vscode's debugger attached by pressing F5.

Expected behaviour

No response

Screenshots

No response

@dreiekk dreiekk added the 🐛Bug Something isn't working label Apr 18, 2022
@dreiekk dreiekk self-assigned this Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant