|
|
|
|
|
by wing-_-nuts
1086 days ago
|
|
Adding to this, the decompiler built in to many ides really up'd my game understanding underlying libs. How they work, what methods to call, etc. Very helpful! As much as people trash java this is a really nice feature. I'm sure other languages have decompilers as well, but I've never seen anything close for c# for example. |
|
Dotpeek is integrated into Rider and is a world class decompiler. It also integrates into Visual Studio either standalone, or with ReSharper.
You can also integrate external source symbol servers into your IDE of choice as well that will let you debug into libraries seamlessly.