Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Debug Symbols with Roslyn

Discussion in '2018.3 Beta' started by pavelkouril, Dec 10, 2018.

  1. pavelkouril

    pavelkouril

    Joined:
    Jul 22, 2016
    Posts:
    129
    Hi!

    I'm currently trying to update a project that heavily uses Mono Cecil to 2018.3, but I'm hitting an issue with debug symbols. If I understand it correctly, the output of Roslyn in Unity 2018.3 compiler should be a portable PDB, right? (Not the Incremental Compiler package, but the defaultly bundled compiler.)
     
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,572
    Yes, Roslyn should output portable PDB files by default.