mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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");
|
JumpIf(Flags.NotEqual, "DebugStub_ExecutingStepOverAfter");
|
||||||
Label = "Debug__StepOver__";
|
Label = "Debug__StepOver__";
|
||||||
EAX = Memory["DebugEBP", 32];
|
EAX = Memory["DebugEBP", 32];
|
||||||
EAX.Compare(Memory["DebugEBP", 32]);
|
EAX.Compare(Memory["DebugBreakEBP", 32]);
|
||||||
// If EBP and start EBP arent equal, dont break
|
// If EBP and start EBP arent equal, dont break
|
||||||
// Dont use Equal because we aslo need to stop above if the user starts
|
// 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
|
// the step at the end of a method and next item is after a return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue