Jump to content

GuyJackson

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. Hi It's not limited to VS 2017. This is what happens on VS 2015: The below segment of C# code takes 60949 ms to run with MalwareBytes ON. With Malwarebytes OFF, it takes 345 ms. DateTime dtThen = DateTime.Now; for (int i = 0; i < 1000; i++) { Debug.WriteLine("Iteration {0}", i); } DateTime dtNow = DateTime.Now; Debug.WriteLine("Total time taken: {0}", (dtNow - dtThen).TotalMilliseconds); It appears to be anytime Visual Studio and the attached debugged application communicate, either via output window writing or call stack/exception/variable inspection. We use Malwarebytes Endpoint Protection, so the developers don't have the option of turning off just ransomware protection, they can only stop the whole MBAMService. Please let us know if there is a workaround other than disabling the service entirely, or if/when the problem will be resolved? Thanks, Guy
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.