Skip to content

Commit 8f9bf45

Browse files
committed
Fixed breakpoints
1 parent dc13f8f commit 8f9bf45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pcsx2-plugin/DebugServer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ namespace DebugServer
633633
// ----- RESUME -----
634634
else if (cmd == "resume")
635635
{
636+
// Skip current BP if we're sitting on one (matches PCSX2 GUI behavior)
637+
CBreakPoints::SetSkipFirst(getBpCpu(cpuName), cpu->getPC());
636638
cpu->resumeCpu();
637639
j.startObject();
638640
j.kv("ok", true);

0 commit comments

Comments
 (0)