C
C#2mo ago
Barroso

HELP TO DEBUG THIS CODE

I learning C# doing this project, but i don't know how to debug informatiom on my code. I doense show in output area
No description
6 Replies
Barroso
BarrosoOP2mo ago
Basically when this functions call i'm triyng to print seller in the parameter But it doesnt even print this simple string
ACiDCA7
ACiDCA72mo ago
you have the compilationoutput open not the trace/std output also to make sure a method gets called breakpoints are more convinient you arent even attached to the process
Barroso
BarrosoOP2mo ago
i should start with this button right?
No description
ACiDCA7
ACiDCA72mo ago
in general yes
Barroso
BarrosoOP2mo ago
i set a breakpoint right here
No description
ACiDCA7
ACiDCA72mo ago
well now call your endpoint and see what happens

Did you find this page helpful?