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

  • 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).