mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Implement better UIB breakpoints
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Microsoft.Iris.Markup
|
||||
uint currentOffset = _loadResult.ObjectSection.CurrentOffset;
|
||||
if (currentOffset > 0U)
|
||||
--currentOffset;
|
||||
_loadResult.LineNumberTable.Lookup(currentOffset, out line, out column);
|
||||
_loadResult.LineNumberTable.TryLookup(currentOffset, out line, out column);
|
||||
}
|
||||
|
||||
public IMarkupTypeBase Instance => _instance;
|
||||
|
||||
Reference in New Issue
Block a user