this post was submitted on 07 Oct 2023
394 points (89.9% liked)

Linux

48212 readers
1100 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago (3 children)

Developing in C# in Corporate, so C# debugger only works on VS Code sadly

[–] [email protected] 1 points 1 year 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

[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year 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).

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago (1 children)

okay, but if you're on windows, why not VS2022 masterrace

[–] [email protected] 1 points 1 year ago (1 children)

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😭

[–] [email protected] 2 points 1 year 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.