<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="https://blog.aabech.no/rss/xslt"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Lars-Erik's blog</title>
    <link>https://blog.aabech.no/</link>
    <description>Ramblings about Umbraco, .net and JavaScript development. With a sprinkle of other stuff.</description>
    <generator>Articulate, blogging built on Umbraco</generator>
    <item>
      <guid isPermaLink="false">1078</guid>
      <link>https://blog.aabech.no/archive/debugging-happily-alongside-trend-micro/</link>
      <title>Debugging happily alongside Trend Micro</title>
      <description>&lt;p&gt;I've been struggling for some time with super low performance when debugging in Visual Studio 2015. I've sort of noticed, but repressed, that every time I look at something in the watch window, this TMBMSRV.exe thing goes 100% on one of my CPUs.&lt;/p&gt;
&lt;p&gt;Today I got tired of having this problem, and while scavenging google, I stumpled upon this:&lt;br /&gt;
&lt;a href="https://success.trendmicro.com/solution/1056425"&gt;https://success.trendmicro.com/solution/1056425&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Turns out Trend Micro has a performance tuning tool you can run to find bothersome processes. And woe behold, there's msvsmon.exe generating a lot of events while tmbmsrv is at 100% CPU. &lt;/p&gt;
&lt;p&gt;So I had a word with my friendly IT-guy, and we had msvsmon and devenv (for good measure) added to the central &amp;quot;Behavior Monitoring Exception List&amp;quot; for Trend Micro.&lt;/p&gt;
&lt;p&gt;And it did the trick! Instead of waiting 2 minutes to attach to iisexpress and 30 seconds to see the contents of an object, I now wait 5 and 1 seconds respectively.&lt;/p&gt;
&lt;p&gt;Oh joy! I can debug again. :)&lt;/p&gt;
</description>
      <pubDate>Tue, 30 Aug 2016 13:33:27 Z</pubDate>
      <a10:updated>2016-08-30T13:33:27Z</a10:updated>
    </item>
  </channel>
</rss>