-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Description
STR:
- Build Servo
- Open NodeListBinding.rs, find getOwnPropertyDescriptor and set a breakpoint inside of it by line number (it can't be found by name)
- Run
./servo ../src/test/content/test_node_normalize.html
- Attempt to investigate any variables, receive messages like
$1 = {<text gnu-indirect-function variable, no debug info>} 0x3a5de84590 <strchr>
. Notice the missing arguments information and mangled function name.
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)