Explorar o código

start eval of globals

Nicolas Cannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
1c2366aaea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/debugger.c

+ 1 - 0
src/debugger.c

@@ -60,6 +60,7 @@ static void hl_debug_loop( hl_module *m ) {
 		send("HLD0",4);
 		send(&flags,4);
 		send(&main_thread_id,4);
+		send(&m->globals_data,sizeof(void*));
 		send(&stack_top,sizeof(void*));
 		send(&m->jit_code,sizeof(void*));
 		send(&m->codesize,4);