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