Delphi中DLL的跟踪调试
1.Run -> Parameters -> Local -> HostApplication
2.Project -> Options -> Compiler -> debugging
选中Debug information 、Local symbols 、 Assertions、 Use Debug DCUs
3. Project -> Options -> Linker -> Exe and Dll options
选中 Include TD32 debug info 、 include remote debug symbols
基本上,以上三步做了就行啦,如果还不行,就把DELPHI重启几次,OK。