You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the Bug
When using the builtin vscode python debugger to start
bot.py
, the following warning occures: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
The text was updated successfully, but these errors were encountered: