Feature #1703
closedThink about error trace traversing library
0%
Description
It'll help to implement KB library and may be used, for instance, to deal with issues like #946.
Updated by Evgeny Novikov about 13 years ago
- Subject changed from Think and implement error trace traversing library to Think about error trace traversing library
- Priority changed from Normal to High
I'm going to think about its design since it touches #1637 issue as well as some other important issues to be implemented in near future. Also I suggest that implementation should be developed step-by-step in depend on particular requests.
Updated by Evgeny Novikov about 13 years ago
- Status changed from Open to Resolved
It's done in 082feed commit. At the moment error trace browser is included into error trace visualizer shared modules. This module contains special routines that can extract some needed information from internal error trace representation as well as routines that for instance can deal with this extracted information (compare, debug, etc.).
Further development of error trace browser should be done when it'll be required by some new feature(s).
Updated by Evgeny Novikov about 13 years ago
- Status changed from Resolved to Closed
- Published in build set to 6fd6348
It's in master now. May be should be redeveloped after ETV redisigning.
Updated by Evgeny Novikov about 13 years ago
- Published in build changed from 6fd6348 to 082feed