Re[2]: Still no better trace eval
- Posted by aku saya <akusaya at gmx.net> Feb 27, 2003
- 426 views
IMHO it means more time is needed to debug a program. And in modern programming language, debugging must be as easy as possible to decrease developing time. B> aku saya wrote: >> Why is still not a such trace evaluation such as x[20]? >>I think it is not very difficult for Rob to implement... B> aku: B> If you set a temporary sequence variable to a slice of the sequence you B> are interested in looking at just before your program crashs B> then you can look at that sequence variable in the ex.err to B> see what it contains. At least in 2.4 we can now get to the B> values that are contained in the sequence. B> Bernie