grumpycoders / grumpycoders/pcsx-redux

All Typed Debugger `New value` input fields share underlying value

Open
#1,295 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
994
Forks
151
Avg merge
1d 15h
Merged PRs (30d)
18

Description

I'm on 77d97eb28999d4b8f865653f505b9bed143d2b48

If you load a data type and change one field, all of the values in all the input fields change.

Looking at the code, this is because they all write to `m_newValue` private member so it's not surprising.

Presumably we need input text storage for each label and have them all be separate. Maybe a map from address to value or whatever.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.