We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338318a commit df0df85Copy full SHA for df0df85
frontend/ui/symbols.cpp
@@ -214,13 +214,13 @@ void show_symbols(iris::instance* iris) {
214
215
PushFont(iris->font_body);
216
217
- if (Selectable(ICON_MS_ARROW_RIGHT " Go to this address")) {
+ if (Selectable(ICON_MS_ARROW_FORWARD " Go to this address")) {
218
iris->show_ee_control = true;
219
iris->ee_control_follow_pc = false;
220
iris->ee_control_address = symbol.addr;
221
}
222
223
- if (Selectable(ICON_MS_CIRCLE " Set a breakpoint here")) {
+ if (Selectable(ICON_MS_ADD_CIRCLE " Set a breakpoint here")) {
224
breakpoint b;
225
226
b.addr = symbol.addr;
0 commit comments