mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
Fixed F10 stepping.
This commit is contained in:
parent
c68c0104d5
commit
a5cf879b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace Cosmos.Compiler.DebugStub {
|
|||
JumpIf(Flags.NotEqual, "DebugStub_ExecutingStepOverAfter");
|
||||
Label = "Debug__StepOver__";
|
||||
EAX = Memory["DebugEBP", 32];
|
||||
EAX.Compare(Memory["DebugEBP", 32]);
|
||||
EAX.Compare(Memory["DebugBreakEBP", 32]);
|
||||
// If EBP and start EBP arent equal, dont break
|
||||
// Dont use Equal because we aslo need to stop above if the user starts
|
||||
// the step at the end of a method and next item is after a return
|
||||
|
|
|
|||
Loading…
Reference in a new issue