Visualizer window fails to open from F# code file debugging

Issue #15 new
Андрій Чебукін created an issue

No description provided.

Comments (3)

  1. Mladen Mihajlovic repo owner

    Oh interesting, I haven’t tried F# yet - I’ll give it a try when I can. Is it possible for you to send through a little test functions I can use?

  2. Андрій Чебукін reporter

    Well, you just need to create an F# console app on .NET core and load some Array.

    Like

    let bytes = System.Text.Encoding.Utf8.FromString("string")
    

  3. Log in to comment