How to show variable names when stepping through compiled C code disassembly with Eclipse debugger?

后端 未结 0 1749
无人及你
无人及你 2020-12-18 01:31

I have the following C program.

// main.c

int main(void) {
    int x = 10;
    int y = 20;
    return 0;
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题