|
|
|
|
@ -400,12 +400,12 @@ namespace ICSharpCode.ILSpy
@@ -400,12 +400,12 @@ namespace ICSharpCode.ILSpy
|
|
|
|
|
|
|
|
|
|
// jump to type & expand folding
|
|
|
|
|
if (CurrentLineBookmark.Instance != null) { |
|
|
|
|
if (CurrentLineBookmark.Instance.Type != DebuggedData.CurrentType) { |
|
|
|
|
if (CurrentLineBookmark.Instance.Type != DebuggedData.CurrentType) |
|
|
|
|
JumpToReference(CurrentLineBookmark.Instance.Type); |
|
|
|
|
|
|
|
|
|
decompilerTextView.UnfoldAndScroll(CurrentLineBookmark.Instance.LineNumber); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void DebugExecutableExecuted(object sender, ExecutedRoutedEventArgs e) |
|
|
|
|
{ |
|
|
|
|
|