List view
- sos debugger extension clone, but which will work as injected into process ``` dne attach 19920 dne list System.Threading.Thread Total objects count: 15 [System.Threading.Thread] Id Name Status ... 10 Main Thread Active 11 Pool Thread 1 Suspended 12 Pool Thread 2 Suspended 13 Pool Thread 3 Suspended 15 Pool Thread 5 Suspended 19 Pool Thread 9 Suspended dne list System.Threading.Thread | filter Status=Active Total objects count: 1 [System.Threading.Thread] Id Name Status ... 10 Main Thread Active ``` Overdue by 11 year(s)•Due by September 30, 2014•0/2 issues closed
- FarJmp (make jmp to another method body) ```csharp void method1() { // ... var jmpto = MakeJmpLabel(); // ... } void Method2() { // ... jmpto.Jmp(); // ... } ``` 2. Make Objects dumper for crash reporting. ```csharp 0x09abf99a: MySoftNamespace::SomeClass [ sb:0; field1 [System::Object] -> 0x00a78bfa ] 0x00a78bfa: System::Object [ sb:0 ] ``` Overdue by 11 year(s)•Due by July 31, 2014•0/7 issues closed
- Move all samples to Samples folder and make cpp+c# code as libraries. Also will be great to have NUnit tests to cover libraries functionality. Overdue by 11 year(s)•Due by June 30, 2014•1/2 issues closed