Open a console when calling factorbug()
parent
ea571c54dd
commit
01682c1cd2
|
@ -213,6 +213,7 @@ void dump_objects(F_FIXNUM type)
|
|||
void factorbug(void)
|
||||
{
|
||||
reset_stdio();
|
||||
open_console();
|
||||
|
||||
printf("Starting low level debugger...\n");
|
||||
printf(" Basic commands:\n");
|
||||
|
|
Loading…
Reference in New Issue