Search Unity

[FREE CONSOLE TOOL] Demystify - High performance understanding for stack traces

Discussion in 'Assets and Asset Store' started by marwi, Apr 5, 2021.

  1. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Hello, a few weeks ago we released Unity support for Ben Adams awesome Demystifier

    > High performance understanding for stack traces

    .NET stack traces output the compiler transformed methods; rather than the source code methods, which make them slow to mentally parse and match back to the source code.
    Demystify outputs the modern C# 7.0 features in stack traces in an understandable fashion that looks like the source code that generated them.



    codepreview.gif


    Get it from OpenUPM or Github
     
    Last edited: May 14, 2021
    siliwangi and firstuser like this.
  2. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Released version 1.2.0-exp.5

    Changes:
    - Fix issue with first installation
    - Fix "Enable patches" button not working when patches have been persistently disabled
    - Upgrade EditorPatching reference
    - Fix warning "Assembly can not compile"
     
  3. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    [1.3.0-exp] - 2021-04-23
    • Add prefix to console entries with file name (only visual in console)
    • Add Demystify settings menu to console window
    • Add experimental support for automatic filtering of console entries based on selection in project or hierarchy view. Is disabled by default.

    Filename Prefix:

    2021-04-23-142551.png

    2021-04-23-143214.gif


    Auto-Filter Feature:

    2021-04-23-143802.gif
     
  4. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Latest version added method name to the prefixes

     
  5. MostHated

    MostHated

    Joined:
    Nov 29, 2015
    Posts:
    1,235
    This is gone now? : (
     
    firstuser likes this.
  6. firstuser

    firstuser

    Joined:
    May 5, 2016
    Posts:
    147
  7. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Ah sorry we restructure some things internally but it will be back (and OpenUPM will be up in the meantime). I'll try to post an update within the next few days
     
  8. firstuser

    firstuser

    Joined:
    May 5, 2016
    Posts:
    147
    Thank you!!
     
    marwi likes this.
  9. marwi

    marwi

    Joined:
    Aug 13, 2014
    Posts:
    138
    Sorry for the delay everyone. It will be available soon again. In the meantime here is a list of our current features
     
    MostHated and firstuser like this.