?? debug-4.c
字號:
/* This testcase failed, because scope containing baz was not emitted (doesn't contain any instructions) and DWARF-2 couldn't find baz origin. *//* { dg-do compile } */struct A { char *a, *b, *c, *d; };static intbar (struct A *x){ return x->c - x->b;}voidfoo (void){ struct A e; { int baz (void) { return bar (&e); } } if (e.c - e.a > e.d - e.a) e.c = e.d;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -