Vector35/debugger

Stack trace should not replace a symbol name from the backend with a default one

xusheng6 opened this issue · 1 comments

In the following screenshot, the stack trace replaces the function name with the one from analysis. However, the name from the analysis is just a default one, which is not as good as the one from the backend, which is ntdll!RtlpExecuteHandlerForException

image

Fixed by 8c9c129