Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Specman 中获取堆栈跟踪?我修补了强制信号的功能,以便在强制信号时告诉我。我希望能够说出强迫的起源。
print_stack_trace()
它很美丽。我只希望我可以扩展“断言”结构,以便它总是打印出像 python 一样的堆栈跟踪......
顺便说一句,这种方法可能需要几秒钟来评估。你不想做 print_stack_trace() 除非你需要或者你已经打了一个断言。