Skip to content

vscode: PYDEV DEBUGGER WARNING #55

@dreiekk

Description

@dreiekk

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

Metadata

Metadata

Assignees

Labels

🐛BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions