dotnetomaniak.pl - Artykuły z tagiem debuggerdisplay

Today I (again) focus on the attributes that will make your debugging less painfull :). This time my scribbles should appeal to the programmers who prefer keeping their code clean (and adhere to the principle: the less ‘spare’ code the better). So grab a mug of whatever you like and take a look at DebbugerBrowsable and DebuggerDisplay. The first one may be a good alternative to DebuggerTypeProxyI described in previous post and the second one is just ‘a must’ (really!) that makes life easier.

C# attributes you should know #3: [DebbugerBrowsable] and [DebuggerDisplay] – A Girl Among Geeks

Inne 2305 dni, 3 godziny, 42 minuty temu AGirlAmongGeeks 146 źrodło rozwiń

Everyone knows how to enhance Visual Studio’s debugging experience by applying DebuggerDisplay attribute (in polish). If not – read Piotr’s post here. That’s debugging 101. Here’s how to improve your experience even more. DebuggerDisplay attribute is ok if you control the code and you can apply it to the type you want to expose in the debugger. What if you can’t do that? What if you want to attribute a build-in type? Is all hope gone? No. There’s a way. There’s a hidden* .cs file and a dll that you can...

Źródło: blog.octal.pl
Dziel się z innymi:
[EN] How to enhance debugging in Visual Studio with just one simple step even more | .net blog – octal.pl

Inne 2759 dni, 15 godzin, 14 minut temu Paweł Łukasik 92 źrodło rozwiń

Typowa, prosta klasa Person.  Cztery propercje i konstruktor. Gdy w dowolnym miejscu programu zostanie utworzona instancja klasy Person, a następnie debuggerem zatrzyma się wykonywanie kodu, można sprawdzić stan naszego obiektu. Nagłówek obiektu wyświetla nazwę klasy, a jego rozwinięcie wyświetli poszczególne składowe i ich wartości. Podobny efekt jest widoczny jeśli utworzy się kolekcję obiektów P...

Dziel się z innymi:
Łatwiejsze debugowanie w .NET (DebuggerDisplay i ToString) | Wojciech Poniatowski

Inne 4695 dni, 12 godzin, 18 minut temu Paweł Łukasik 128 źrodło rozwiń

Najaktywniejsi w tym miesiącu