mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-02 13:54:31 +01:00
6 lines
119 B
Python
6 lines
119 B
Python
import pydevd_pycharm
|
|
|
|
pydevd_pycharm.settrace(
|
|
"localhost", port=9739, stdoutToServer=True, stderrToServer=True
|
|
)
|