Changeset: 38c0917d38a0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38c0917d38a0 Modified Files: monetdb5/mal/mal_debugger.mx Branch: default Log Message:
Show erroneous MAL block directly Mark errorneous MAL block with #! to quickly identify them diffs (12 lines): diff --git a/monetdb5/mal/mal_debugger.mx b/monetdb5/mal/mal_debugger.mx --- a/monetdb5/mal/mal_debugger.mx +++ b/monetdb5/mal/mal_debugger.mx @@ -750,7 +750,7 @@ p= getInstrPtr(mb,pc); msg = instruction2str(mb, stk, p, flags); - mnstr_printf(out, "#%s\n", msg); + mnstr_printf(out, "#%s%s\n", (mb->errors?"!":""), msg); GDKfree(msg); } _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list