mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
change port to 6110
This commit is contained in:
parent
527ad85902
commit
b7198b9466
@ -314,7 +314,7 @@ void c11_dap_init_server(const char* hostname, unsigned short port) {
|
||||
c11_socket_listen(server.server, 0);
|
||||
printf("[DEBUGGER INFO] : listen on %s:%hu\n", hostname, port);
|
||||
server.toclient = c11_socket_accept(server.server, NULL, NULL);
|
||||
printf("[DEBUGGER INFO] : connected clinet\n");
|
||||
printf("[DEBUGGER INFO] : connected client\n");
|
||||
}
|
||||
|
||||
inline static void c11_dap_handle_message() {
|
||||
|
@ -91,7 +91,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
} else {
|
||||
if(profile) py_profiler_begin();
|
||||
if(debug) py_debugger_waitforattach("localhost", 3939);
|
||||
if(debug) py_debugger_waitforattach("localhost", 6110);
|
||||
|
||||
char* source = read_file(filename);
|
||||
if(source) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user