Skip to content
Snippets Groups Projects
Commit 2f80dca3 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Save the current trace level after evaluation.

Rev: lib/modules/Tools.pmod/Hilfe.pmod:1.97
parent f8caad5f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// Incremental Pike Evaluator
//
constant cvs_version = ("$Id: Hilfe.pmod,v 1.96 2003/01/24 02:12:38 nilsson Exp $");
constant cvs_version = ("$Id: Hilfe.pmod,v 1.97 2003/02/01 15:29:22 mast Exp $");
constant hilfe_todo = #"List of known Hilfe bugs/room for improvements:
- Hilfe can not handle sscanf statements like
......@@ -1918,7 +1918,7 @@ class Evaluator {
last_eval_time = gethrtime();
mixed err = catch{
res = o->___HilfeWrapper();
trace(0);
trace_level = trace(0);
#if constant(_debug)
_debug(0);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment