mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Add new, more robust Breakpoint struct
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Microsoft.Iris.Markup
|
||||
byteCodeReader = context.LoadResult.ObjectSection;
|
||||
num = (long)(ulong)byteCodeReader.CurrentOffset;
|
||||
byteCodeReader.CurrentOffset = context.InitialBytecodeOffset;
|
||||
if (Application.DebugSettings.UseDecompiler || Application.DebugSettings.Breakpoints.Contains(context.ToString()))
|
||||
if (Application.DebugSettings.UseDecompiler)
|
||||
result = RunDecompile(context, byteCodeReader);
|
||||
else
|
||||
result = Run(context, byteCodeReader);
|
||||
|
||||
Reference in New Issue
Block a user