EmuNewz Network
Debugger issue - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Debugger issue (/showthread.php?tid=149997)



Debugger issue - elisha464 - 09-06-2013

Every time I try to do a step by step debug and I get to an sc call I get this error

Code:
[E : DisAsmFrame Thread]: GetCurrentPPUThread: bad thread

Why does it do that? can it be fixed?


RE: debugger issue - elisha464 - 09-07-2013

so, I checked into it a little bit and I see that when the interpreter is executing a syscall it tries to get the current thread, but when I do it with the step button it get the thread of the disassembler and it sees that its not a ppu thread so it throws the exception.
if there is a better way to get the current ppu thread it should be used


RE: debugger issue - elisha464 - 09-07-2013

well that's because the syscalls start from 1 and not from 0
what did you try to run? is it one of the elfs from the repository or did you compile something yourself?


RE: debugger issue - [DH] - 09-08-2013

thanks, this issue will be fixed in next revision