简体   繁体   中英

how can i find caller from specific line in trace mode in delphi?

happy new solar year.

in delphi IDE, we can put a breakpoint on specific line, then when run in debug mode, program stops on that. consider a method called by another. how we can find who calls method that we are in it by breakpoint? i reallize it is possible by hitting Ctrl+Alt+C and in assembly mode track back.. is there any easier way to find out?

thanks alot.

Use the Call Stack window. Use View->Debug Windows->Call Stack from the main menu, or press Ctrl+Alt+S

调用堆栈窗口(对接)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM