Skip to content

1.4.57

Choose a tag to compare

@zspitz zspitz released this 26 Jun 21:40
  • [Visualizer] context menu

    Context menu

    • Copy the expression needed to see a specific node in the Watch window to the clipboard, e.g.:

      ((System.Linq.Expressions.BinaryExpression)((System.Linq.Expressions.BinaryExpression)((System.Linq.Expressions.ConditionalExpression)((System.Linq.Expressions.BlockExpression)((System.Linq.Expressions.LambdaExpression)expr).Body).Expressions[1]).Test).Left).Left
      
    • Help links

    • Open value of node in new window, if it's an Expression or other visualized type

  • [Rendering library] Improved block rendering, for blocks and lambdas

  • [Rendering library] Improved literal rendering

  • [Rendering library] VB.NET Like operator implementation

  • Updated wiki

The visualizer DLLs should be copied into the appropriate folder, as described here. For some troubleshooting suggestions, see Torubleshooting visualizer installation.