CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

Cosmos on linux, improved better as per a request #2836

Closed PratyushKing closed 12 months ago

PratyushKing commented 12 months ago

As per a requet from @pleasenoban, I have made it such that the debug enabled is only disabled on a specific new template called csharp-linux, and yes I have also updated the docs for linux users who want to install the templates. If anyone has further queries please do tell.

valentinbreiz commented 12 months ago

Shouldn't we just disable debugging by default instead of adding the same code?

PratyushKing commented 12 months ago

Shouldn't we just disable debugging by default instead of adding the same code?

I did it but @pleasenoban saw that on windows it somehow made it worse so I did this. Don't worry I tested it in both OS

valentinbreiz commented 12 months ago

Shouldn't we just disable debugging by default instead of adding the same code?

I did it but @pleasenoban saw that on windows it somehow made it worse so I did this. Don't worry I tested it in both OS

what do you think @quajak?

quajak commented 12 months ago

I did it but @pleasenoban saw that on windows it somehow made it worse so I did this. Don't worry I tested it in both OS

How is it worse? I think it's better if we disable it by default

Jspa2 commented 12 months ago

Adding a separate template for Linux is overcomplicating things. I think debugging should be switched off by default for all platforms.

valentinbreiz commented 12 months ago

Agree