Files
Auto-GPT/benchmark/agbenchmark/__init__.py
Auto-GPT-Bot 45c15e370f Auto-GPT-20230905085638
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-05 10:10:03 -07:00

6 lines
119 B
Python

import pydevd_pycharm
pydevd_pycharm.settrace(
"localhost", port=9739, stdoutToServer=True, stderrToServer=True
)