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

  • @[email protected]
    link
    fedilink
    12 years ago

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

    • SALT
      link
      fedilink
      12 years ago

      Work on codium? I only know to reverse the dll using ilspy

      • @[email protected]
        link
        fedilink
        12 years 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
          link
          fedilink
          12 years ago

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

          • @[email protected]
            link
            fedilink
            22 years 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).