The order of the counters in the list is CALL, EXIT, TRY, CUT, NEXT, FAIL, DELAY, WAKE.
Success: [eclipse]: set_flag(statistics, off). yes. [eclipse]: set_statistics(true/0, [10,10,0,0,0,0,0,0]). yes. [eclipse]: get_statistics(true/0, Counters). Counters = [10, 10, 0, 0, 0, 0, 0, 0] yes. [eclipse]: debug(true). Start debugging - leap mode Stop debugging. yes. [eclipse]: get_statistics(true/0, Counters). Counters = [11, 11, 0, 0, 0, 0, 0, 0] yes. Error: set_statistics(X,[1,2,3,4,5,6,7,8]). (Error 4) set_statistics(p/3,[1,2,3,_,5,6,7,8]). (Error 4) set_statistics(p/3,[1,2,3,4,5,6]). (Error 5) set_statistics(p/3,[1,2,3,4,5,6,a,b]). (Error 5) set_statistics(unknown/3,[1,2,3,4,5,6,7,8]). (Error 60)