From 222c72d1e8dd46d32cd797f56b9ae50a38c731e4 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Aug 2025 12:57:17 +0800 Subject: [PATCH] change port to 6110 --- src2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src2/main.c b/src2/main.c index 3477c4c8..28578514 100644 --- a/src2/main.c +++ b/src2/main.c @@ -90,7 +90,7 @@ int main(int argc, char** argv) { } } else { if(profile) py_profiler_begin(); - if(debug) py_debugger_waitforattach("127.0.0.1", 6110); + if(debug) py_debugger_waitforattach("localhost", 6110); char* source = read_file(filename); if(source) {