I come from China, my English is not very high. Please forgive me.
First provide the context
@:debugger,IDA 6.8
@:this is my source file <hello.d>, only this one.
import std.stdio;
void main () {
writeln ("Hello World");
}
I've found that for.Obj, using the -c -debug -gc -m32 command
always generates line number information that is seen by the
debugger
However, as long as the connection is exe or bin, the debugger
can only see variable symbols, but no line numbers can be seen,I
don't know if I've done anything wrong 0_0
this is my linker's command:$(LINK) /CO:4/DEBUG /CODEVIEW
/DEBUGLINES /DEBUGMODULES:$(OBJPATH)\hello.obj
$(OBJPATH)\hello.obj