Mission Planner Debug Build Performance

Hey All,

I am trying to run the Debug build of Mission Planner (Windows 10, Visual Studio 2022) and am getting very sluggish performance.

Before Mission Planner executes I receive the following warning.

If I ignore this error (Continue Debugging), Mission Planner loads but is extremely sluggish especially when performing any interactions with the Map.

I have a sneaky suspicion that the issue is coming from this dependency (shown below).

I would greatly appreciate anyone’s help in resolving this as well as running the Debug build of Mission Planner in a more performant way. I would also like to say if I run the release build the performance and everything works great it’s just the Debug build which is sluggish.

open app.config
find this part :

<switches>
  <add name="System.Net" value="Information"/>
  <add name="System.Net.Sockets" value="Information"/>
  <add name="System.Net.Cache" value="Information"/>
  <add name="System.Net.Http" value="Information"/>
  <add name="System.Net.HttpListener" value="Information"/>
  <add name="System.Net.WebSockets" value="Information"/>
</switches>

Then change the “Information” to “Error”

@Eosbandi thanks I still get the same pop-up error but the performance is greatly improved much appreciated. Please correct me if I am wrong but does this solution suppress all the debug tracing information coming from the following dlls?