How to refine the debugging?
问题 Crash report (SASL) gives more or less where and why a bug happens. But is it possible to refine this (the function, the line de code, etc) ? 回答1: If you can reproduce the fault, the best way to get more information is to put a dbg trace on sections in question and review that output. dbg:tracer(),dbg:p(all,c),dbg:tpl(Mod,Func,x). This usually does the trick for me. Replace Mod and Func with whatever module and function you want to debug. If you are looking for more detailed post-mortem