I noticed that lots of expression evaluation popups datatips severely slow down going in and out of debugging, so I'd like to delete most of them (for that I need to find them first, is there a button for that?) or if it's not an option, delete all of them at once.

有帮助吗?

解决方案

If you're asking about the immediate window, you have to right click in it and Clear. These are called DataTips and you can find options to manipulate them in the Debug menu. Go to Menu:Debug: there Clear All DataTips, Export DataTips, Import DataTips... When you're actively debugging you can find an extra option to clear DataTips per file.

Hope this helps!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top