1
0
Fork 0
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:
Brian Fiete 2022-04-17 12:44:31 -07:00
parent 6a8bbd1240
commit b9a9a4bfac
4 changed files with 41 additions and 3 deletions

View file

@ -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;