Ubuntu 17.04
PPA version does not work for me. (I guess because of PIE problem)
I downloaded the master from git and compiled my self.
Most features works fine.
Save state seems to work fine. (I can see the saved files, 20MB~50MB size.)
Load state does not work and no error messages. Nothing happened at all.
"Set Value" in debugger memory window works unstable. 5% chance to work.
I have check the source code. I tried press ENTER in the value box and click the button. Both do not work in most time.
After I hit ENTER the value input box gets focus because the content is selected and highlighted. And the memory list window get refreshed. But the value is not set.
If I input wrong value string or address string, error message will show up.
Cheat code (AR and Gecko) works fine. So currently, I rely on it to modify memory.
I have tried normal version and DEBUGFAST version. Same issue.
Any ideas?
gdb is too alien for me. Anyone suggest a GUI debug tool? I am wondering which IDE or debug tool is used by the dev team of linux version.
PPA version does not work for me. (I guess because of PIE problem)
I downloaded the master from git and compiled my self.
Most features works fine.
Save state seems to work fine. (I can see the saved files, 20MB~50MB size.)
Load state does not work and no error messages. Nothing happened at all.
"Set Value" in debugger memory window works unstable. 5% chance to work.
I have check the source code. I tried press ENTER in the value box and click the button. Both do not work in most time.
After I hit ENTER the value input box gets focus because the content is selected and highlighted. And the memory list window get refreshed. But the value is not set.
If I input wrong value string or address string, error message will show up.
Cheat code (AR and Gecko) works fine. So currently, I rely on it to modify memory.
I have tried normal version and DEBUGFAST version. Same issue.
Any ideas?
gdb is too alien for me. Anyone suggest a GUI debug tool? I am wondering which IDE or debug tool is used by the dev team of linux version.