C
C#2d ago
mustaf

there is no option to generat assets for build and debug

hello , am a beginer , i used to program on windows, but i switched over to arch linux,after creating a dotnet project in vs code , i wasn'tt able to find the option for creating assets for debug.
No description
14 Replies
ero
ero2d ago
you don’t need to configure anything
mustaf
mustafOP2d ago
what do you mean how do i debug my project
ero
ero2d ago
either this button up here
No description
mustaf
mustafOP2d ago
it doesn't do anything i've already tried it
ero
ero2d ago
or this one in the side bar
No description
ero
ero2d ago
you need to focus a runnable project. a class library can't be debugged of course
mustaf
mustafOP2d ago
by focusing do you mean clicking the project file folder? Program.cs file
ero
ero2d ago
sure, any file in the executable project
mustaf
mustafOP2d ago
this is what it says
mustaf
mustafOP2d ago
No description
mustaf
mustafOP2d ago
also i just figured out that i can use dotnet run
ero
ero2d ago
that's not really debugging you need to add your projects to a solution file and open that solution with c# devkit
mustaf
mustafOP2d ago
whats a solution file
canton7
canton72d ago
If you're a beginner, you're going to have an easier time using a proper IDE than getting VSCode to work (it does work, but you need a bit more knowledge to make it happen) On linux, Rider is a good choice

Did you find this page helpful?