C
C#12mo ago
HorseDaddy

❔ Programs Wont run

Whenever I try and run my programs It makes me choose a debugger and doesnt run
9 Replies
Angius
Angius12mo ago
Does dotnet run work? Could be an issue with spaces in your file names
HorseDaddy
HorseDaddy12mo ago
it does
Anchy
Anchy12mo ago
are you pressing the debug button
HorseDaddy
HorseDaddy12mo ago
f5?
Anchy
Anchy12mo ago
also i think you need the c# extension if you dont have it
HorseDaddy
HorseDaddy12mo ago
i do
Thinker
Thinker12mo ago
@horsedaddy open the command pallette and search for "generate debug" and there should be an option to automatically generate debug configuration for your project. After that you should be able to just press f5 to start debugging.
HorseDaddy
HorseDaddy12mo ago
Ty
Accord
Accord12mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Form.Control list all buttons but Form.Controls.OfType<Button> does notAny reason as to why this occurs ? Any weird bug on WinForms I should know about ?❔ Attributes for commands: implementing "feature search"Background: So I have worked on a simple text editor app and have a MainViewModel full of commands t❔ Program showing unwanted entries after multiple usesWhenever I run my method that returns all data entries from my database, it shows me extra entries a❔ App is sometimes slow after starting, but fast other times(This is a WPF app) I don't really know how else to describe it other than sometimes when I start th❔ getting all methods with an attribute in an optimized wayhey all, im trying to find a way to add all methods with an attribute to dictionary. i want to be ab❔ anyone interested in helping a starter?Im a starter looking to start learning c#. after spending days researching where to start im still k❔ How to mock HttpClient that is automatically applied in class without IHttpClientFactoryHello, I have a problem because I don't know how can I mock ``HttpClient`` in my tests for ``StripeC❔ Textmate themes for custom languages?So it's apparently possible to add support for custom syntax highlighting via textmate grammars acco❔ My Label Doesn't show up even though no errors.Hi, I am making like PC Stats app like HWInfo or something like that, but I am using Open Hardware M❔ NuGet broken, i have no ideaSo it has been ages since i coded in c#, turns out my NuGet is broken or something