Debugger: Fixed "step over" when on a JSR/BRK instruction
This commit is contained in:
parent
6d9019bbae
commit
ee7f0151ad
1 changed files with 5 additions and 1 deletions
|
@ -1105,7 +1105,11 @@ void Debugger::StepBack()
|
|||
void Debugger::Run()
|
||||
{
|
||||
//Resume execution after a breakpoint has been hit
|
||||
ResetStepState();
|
||||
_ppuStepCount = -1;
|
||||
_stepCount = -1;
|
||||
_breakOnScanline = -2;
|
||||
_stepCycleCount = -1;
|
||||
_stepOut = false;
|
||||
}
|
||||
|
||||
void Debugger::BreakImmediately(BreakSource source)
|
||||
|
|
Loading…
Add table
Reference in a new issue