Search code examples
system.reactivevisual-studio-debuggingdebug-symbolspdb-files

How to load RX source in vs2013?


I am trying to debug into the RX source. Does anyone know where the pdb for RX is located? Google and SymbolSource failed


Solution

  • Sadly, pdbs aren't shipped. However, since the code is open source, you could build your own. The source lives at https://github.com/Reactive-Extensions/Rx.NET.

    I raised an issue asking for symbol files to be shipped.