well, the problem is that I add data to a hash table, and one of the lines is not written write so the data that is being added is way wrong.
It can take me ages to look on all the lines... I wanted to create my own hadd alias:
alias hadd {
hadd $1-
write debug.txt $calling_alias hadd $1-
}
(When $calling_alias will be the indentifier I was hoping that exists)
This way I could then look at the debug.txt and find the corrupted lines easly and then find out from where they were sent.
With your ideas I still have to do a very hard work... I will practically need to edit or add a line to each of the lines that uses hadd (And there are a lot).
Well, I guess that I will have to do it that way by adding another debug line to each of the hadd lines...
