From f2b2dedd1f589af1a431e72222dc5c1317740bea Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Aug 2025 13:03:26 +0800 Subject: [PATCH] Update main.c --- src2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src2/main.c b/src2/main.c index 8e8de7f7..5ebe61e7 100644 --- a/src2/main.c +++ b/src2/main.c @@ -91,7 +91,7 @@ int main(int argc, char** argv) { } } else { if(profile) py_profiler_begin(); - if(debug) py_debugger_waitforattach("localhost", 6110); + if(debug) py_debugger_waitforattach("127.0.0.1", 6110); char* source = read_file(filename); if(source) {