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 (11 children)

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

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

load more comments (2 replies)
load more comments (8 replies)