I get that it’s open source provided you use codium not code but I still find that interesting

    • flashgnash@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Yeah I noticed that in my debug output the other day, how fucked is that that they only allow their debugger with Microsoft ides

    • the_lone_wolf@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      You can use ILSpy based debugger for .net application. One debugger which i really like it called dnSpy

        • the_lone_wolf@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          So you want debugger integrated in vs codium then no, i was talking about standalone debugger but it would be cool if there would be a way to integrate both of these software together.

          • SALT@lemmy.my.id
            link
            fedilink
            arrow-up
            1
            ·
            9 months ago

            But the debugger will work and show the break point and the code right like in vs code or normal vs?

            • the_lone_wolf@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              Give it a try, it does show code and you can put breakpoint and step through it. It looks like Visual Studio(not the electron version which is VS code).

      • SALT@lemmy.my.id
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        Perform worst for me, so I skip it. IntelliJ tools isn’t helping me productive sadly

          • SALT@lemmy.my.id
            link
            fedilink
            arrow-up
            1
            ·
            9 months ago

            I’m developing Dotnet on Linux. 70-90% of corporate that I work with use C# on RHEL or Fedora.

            That’s why I don’t use VS on Windows. I do think about other like sharpdevelop but it’s not for me thom😭

            • quackers@lemmy.blahaj.zone
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              Hmm im sorry to hear it. The main reason i love C# so much is because VS2022 is just amazing. Ive been trying other languages on different IDEs the past years but nothing feels nearly as smooth to work with as VS2022 with C#. Sad part is, for other languages, VSCode does feel the most comfortable. I want to like JetBrains IDEs but there’s a little too much jank for my liking. Even though I cant even drag out tabs on VSCode, its still the least annoying.