code-debug VS free-vscode-csharp

Compare code-debug vs free-vscode-csharp and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
code-debug free-vscode-csharp
3 11
390 96
- -
6.6 9.7
16 days ago 27 days ago
TypeScript TypeScript
The Unlicense GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

code-debug

Posts with mentions or reviews of code-debug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • Debugging GameBoy Advance (GBA) programs/games in Emacs
    7 projects | dev.to | 11 Oct 2022
    We will use dap-mode with the dap-gdb-lldb option here. Under the hood, it uses the debug adapter from the Native Debug VSCode extension. Configuring it is described on the dap-mode webpages. After we have configured dap-mode, we could in theory reuse the launch.json configurations from the VSCode related articles above. That will require that you also use lsp-mode, as dap-launch depends on the lsp-workspace-root function and will not resolve when lsp-mode is not used. I don't use lsp-mode with C (company-clang and company-c-headers provide what I need), so the next logical solution would be to create a debug template ourselves:
  • Building an Intelligent Emacs
    14 projects | news.ycombinator.com | 11 Feb 2022
    I'm not sure.

    I can see that this extension claims to make debugging with GDB work in VS Code:

    https://github.com/WebFreak001/code-debug

    and that at least for emacs there exists a project to use that extension:

    https://github.com/emacs-lsp/dap-mode/blob/master/dap-gdb-ll...

    Not having tried it, I can't speak to how well it works, and I don't know if there are adapters for other editors.

  • Dap-mode : Native Debug (GDB/LLDB)# - did you get this working for C/C++?
    1 project | /r/emacs | 9 Jun 2021
    The link at the top of page here, references the github repo : https://github.com/WebFreak001/code-debug which isnt the same thing as installed by vscode or by running dap-gdb-lldb-setup . Indeed this link points to a codebase using .ts files in different locations to the VSCode extension installed .js files. (I did set up the dap program/path variables to use the .ts files but that didnt work)

free-vscode-csharp

Posts with mentions or reviews of free-vscode-csharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • A new F# compiler feature: graph-based type-checking
    9 projects | news.ycombinator.com | 5 Nov 2023
    I only tried F# for few days, but it was a pleasant experience on both macos and linux.

    dotnet CLI should take care of build process, it can even generate self-sufficient executable (that bundle parts of .NET in them). The infamous required XML boilerplate has also been cut down to near-zero.

    My biggest gripe is that Microsoft's debugger is closed-source and proprietary (though free for users of official VSCode builds). There is open-source netcoredbg by Samsung, so you can use VSCod[e,ium] with https://open-vsx.org/extension/muhammad-sammy/csharp , but YMMV.

  • Open source debugger?
    1 project | /r/GodotCSharp | 16 Sep 2023
    When looking into C# tools though, my understanding is that the main debugging tool is under a proprietary MS license, although maybe I'm misunderstanding that. My question is, is there a FOSS debugger or tool kit for C# development? I did find this on the marketplace but am not sure if this is what I'm looking for. I know this is a bit of a niche case but was hoping to clarify. I'm not committed to VSCodium and am open to other text editors/IDEs, although would prefer to stick with it if possible.
  • Proprietary Environments are a Trap
    2 projects | /r/programming | 22 Sep 2022
    My understanding is that I can install VSCodium and that they have many of the most popular extensions available. They even seem to have an alternative for the C# debugger. I could also use VSCodium and manually install the Microsoft extensions from the distributed VSX files.
  • Is .NET open? MS pushing a proprietary extension to replace OmniSharp
    12 projects | news.ycombinator.com | 16 Jun 2022
    and there is a VSCode extension that uses this instead of the MS debugger

    https://open-vsx.org/extension/muhammad-sammy/csharp

  • VS Code or VS Codium - Which should I use?
    12 projects | dev.to | 31 May 2022
    C# language (powered by OmniSharp): Official C# language support. The extension is subject to this restrictive license because it uses Microsoft's proprietary debugger. The source code is available under a MIT license. See this comment in the C# extension repo for some discussion on this. There is an alternative version of the C# extension in the Open VSX Registry that uses Samsung’s MIT-licensed Debugger.
  • Yeah, VSCode is great, but what a maintenance nightmare
    3 projects | /r/vscode | 6 Nov 2021
    Yeah, Gitpod is pretty nice for what it is. Although it's worth mentioning that certain proprietary Microsoft extensions are licensed for use only in Microsoft distributions of VSCode, so they won't work in Gitpod. Most extensions do work, but Pylance, C#, C/C++ doesn't, to name a few exceptions. Although for C# there is a FOSS extension you can use instead and for C/C++ there is clangd.
  • Blazor server app not running (Linux)
    1 project | /r/vscode | 30 Oct 2021
    I'm not very familiar with C# and .NET, so I can't help you with any specifics. But I do know that Microsoft actively prevent the usage of their proprietary extensions such as the one for C# in non-Microsoft distributions of VS Code, such as VSCodium. Although if you're using VSCodium, you've probably installed the alternative FOSS version of the C# extension, unless you've sideloaded the official C# extension?
  • What are some open source apps that are actually terrible for privacy?
    7 projects | /r/privacy | 18 Oct 2021
    For C# there is https://github.com/muhammadsammy/free-omnisharp-vscode for Python there is https://github.com/Microsoft/pyright (Pylance is the proprietary counterpart) for C++ there is https://github.com/clangd/vscode-clangd
  • How can I use C# on arch linux?
    1 project | /r/archlinux | 18 Oct 2021
    If you want to stay FOSS, you can use this fork of the C# plugin which uses a free debugger: https://github.com/muhammadsammy/free-omnisharp-vscode
  • vscode total noob having issues using c# on linux (manjaro kde plasma)
    1 project | /r/vscode | 19 Jul 2021
    The download URL for the debugger seems to have changed, but the latest version of the extension should include a fix for that (see muhammadsammy/free-omnisharp-vscode#20).

What are some alternatives?

When comparing code-debug and free-vscode-csharp you can also consider the following projects:

vscode-bigquery - A Visual Studio Code plugin for running BigQuery queries.

vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

dap-mode - Emacs :heart: Debug Adapter Protocol

omnisharp-vscode - Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]

gdbgui - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

netcoredbg - NetCoreDbg is a managed code debugger with MI interface for CoreCLR.

vscode-data-preview - Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files

vscode-clangd - Visual Studio Code extension for clangd

realgud - The Grand "Cathedral" Debugger rewrite

vscode-chrome-debug - Debug your JavaScript code running in Google Chrome from VS Code.

tide - Tide - TypeScript Interactive Development Environment for Emacs

vscode-php-debug - PHP Debug Adapter for Visual Studio Code 🐞⛔