mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved emit embeds for method entry/exit
This commit is contained in:
parent
6a8bbd1240
commit
b9a9a4bfac
4 changed files with 41 additions and 3 deletions
|
@ -4813,6 +4813,9 @@ namespace IDE.ui
|
|||
{
|
||||
//Debug.WriteLine("UpdateCharData: {0}", char8Data);
|
||||
|
||||
if (mEditWidget == null)
|
||||
return;
|
||||
|
||||
scope AutoBeefPerf("SourceViewPanel.UpdateCharData");
|
||||
|
||||
charIdData.Prepare();
|
||||
|
@ -5431,7 +5434,9 @@ namespace IDE.ui
|
|||
|
||||
bool hasHoverWatchOpen = (mHoverWatch != null) && (mHoverWatch.mListView != null);
|
||||
if (mHoverWatch == null)
|
||||
{
|
||||
mHoverWatch = new HoverWatch();
|
||||
}
|
||||
|
||||
if (debugExpr != null)
|
||||
triedShow = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue