Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 7808ca76 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

HybridResultEntry Improved DebuggerDisplay

parent 5070693a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ namespace TUGraz.VectoCommon.Models {
public bool ProhibitGearshift { get; set; }
}
[DebuggerDisplay("{U}: {Score} - G{Gear}")]
[DebuggerDisplay("{U,nq}: {Score,nq} - G{Gear,nq} - {IgnoreReason,nq}")]
public class HybridResultEntry
{
public Second SimulationInterval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment