• CaptDust@sh.itjust.works
    link
    fedilink
    arrow-up
    21
    arrow-down
    4
    ·
    2 years ago

    Note that Codium is a no go if you want to debug .NET projects, really annoying limitation MS put in place…

    • fuzzzerd
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Is that because of the extension marketplace? Or the fact that the debugger has always been closed source?

      • CaptDust@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        2 years ago

        VSDbg is closed source, technically licensed under visual studio, and only for MS products. Then they sprinkle some key check that prints a message telling you to use it in an official environment or whatever. It’s dumb and needs resolved as part of their OSS efforts but seems more unlikely with each passing year.