Skip to content

Commit 5b4ad2d

Browse files
committed
[debugger] Improve call stack and symbol windows
1 parent ed2175f commit 5b4ad2d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

platforms/shared/desktop/gui_debug_disassembler.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,11 +1669,6 @@ void gui_debug_window_call_stack(void)
16691669
emu_get_core()->GetHuC6280()->AddBreakpoint(entry.dest);
16701670
}
16711671

1672-
if (ImGui::Selectable("Add Watch..."))
1673-
{
1674-
gui_debug_memory_open_watch_popup(0, entry.dest, symbol_text[0] ? symbol_text : NULL);
1675-
}
1676-
16771672
ImGui::EndPopup();
16781673
}
16791674
ImGui::PushFont(gui_default_font);
@@ -1863,11 +1858,6 @@ void gui_debug_window_symbols(void)
18631858
emu_get_core()->GetHuC6280()->AddBreakpoint(symbol->address);
18641859
}
18651860

1866-
if (ImGui::Selectable("Add Watch..."))
1867-
{
1868-
gui_debug_memory_open_watch_popup(0, symbol->address, symbol->text);
1869-
}
1870-
18711861
ImGui::EndPopup();
18721862
}
18731863
ImGui::PushFont(gui_default_font);

0 commit comments

Comments
 (0)