Browse Source

start eval of globals

Nicolas Cannasse 8 years ago
parent
commit
1c2366aaea
1 changed files with 1 additions and 0 deletions
  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);