mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
change port to 6110
This commit is contained in:
parent
d8bcddebdc
commit
222c72d1e8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user