stepforward·7 ปีที่แล้ว·discussIf there are multiples `try` inside a single function, and we are debugging and want to know which call raises error, how can we do that?Should `try` wraps the error and adds something more useful for debugging purpose? (the line number probably?)
Should `try` wraps the error and adds something more useful for debugging purpose? (the line number probably?)