[PR #1354] [CLOSED] Enabled Tracer functionality into cpu debugger menu #473

Open
opened 2026-01-29 19:08:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1354
Author: @PugsyMAME
Created: 12/30/2020
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 780cc87 Icon For Tracer
  • 6713cf7 Added Tracer Icon
  • 4c6b0ab Updated DebuggerWindow Files for Tracer
  • 3d196cf Updated cpu_core files for tracer
  • 10d2a18 Changed Tracer call position out of interpreter routine
  • 8b95ecc Added new cheat types D8, D9, DC, DD & DE

📊 Changes

9 files changed (+169 additions, -28 deletions)

View changed files

📝 src/core/cheats.cpp (+77 -22)
📝 src/core/cheats.h (+12 -0)
📝 src/core/cpu_core.cpp (+28 -2)
📝 src/core/cpu_core.h (+4 -0)
📝 src/duckstation-qt/debuggerwindow.cpp (+23 -4)
📝 src/duckstation-qt/debuggerwindow.h (+2 -0)
📝 src/duckstation-qt/debuggerwindow.ui (+22 -0)
src/duckstation-qt/resources/icons/debug-trace.png (+0 -0)
📝 src/duckstation-qt/resources/resources.qrc (+1 -0)

📄 Description

Added standard slow debugger for users to use


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1354 **Author:** [@PugsyMAME](https://github.com/PugsyMAME) **Created:** 12/30/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`780cc87`](https://github.com/stenzek/duckstation/commit/780cc878618b44391d94233113206ef691f337bc) Icon For Tracer - [`6713cf7`](https://github.com/stenzek/duckstation/commit/6713cf76a3af6ea8e2e6615b797b0762db2cdc5e) Added Tracer Icon - [`4c6b0ab`](https://github.com/stenzek/duckstation/commit/4c6b0ab156308a31fd48cabbb86d4c17cde4d0a4) Updated DebuggerWindow Files for Tracer - [`3d196cf`](https://github.com/stenzek/duckstation/commit/3d196cfab603c47c499bd7eba75df6e7ba001aa4) Updated cpu_core files for tracer - [`10d2a18`](https://github.com/stenzek/duckstation/commit/10d2a18f578f59ee14e36526630eee3a7a9affa3) Changed Tracer call position out of interpreter routine - [`8b95ecc`](https://github.com/stenzek/duckstation/commit/8b95eccb50ee349533a449b6ed81e20061bd2738) Added new cheat types D8, D9, DC, DD & DE ### 📊 Changes **9 files changed** (+169 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/core/cheats.cpp` (+77 -22) 📝 `src/core/cheats.h` (+12 -0) 📝 `src/core/cpu_core.cpp` (+28 -2) 📝 `src/core/cpu_core.h` (+4 -0) 📝 `src/duckstation-qt/debuggerwindow.cpp` (+23 -4) 📝 `src/duckstation-qt/debuggerwindow.h` (+2 -0) 📝 `src/duckstation-qt/debuggerwindow.ui` (+22 -0) ➕ `src/duckstation-qt/resources/icons/debug-trace.png` (+0 -0) 📝 `src/duckstation-qt/resources/resources.qrc` (+1 -0) </details> ### 📄 Description Added standard slow debugger for users to use --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:08:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#473