C
C#10mo ago
Fluffy

Looking @ Open Source and want to debug

I'm trying to look at an open source program but I can't do anything to fix it if I can't debug it, how do I print something via this line and where does it show up?
No description
13 Replies
Fluffy
FluffyOP10mo ago
No description
Fluffy
FluffyOP10mo ago
No description
Buddy
Buddy10mo ago
Check Logger class Also, it might be using Debug.WriteLine which can only be seen when it's running in debug, and debug mode (not release). Or it is just a wrapper which logs to file and writes to console
Fluffy
FluffyOP10mo ago
I never see a console
Buddy
Buddy10mo ago
What IDE are you using?
Fluffy
FluffyOP10mo ago
Visual Studio Community
Buddy
Buddy10mo ago
Can you screenshot how you start it?
Buddy
Buddy10mo ago
Go to output view Or check immediate window
Fluffy
FluffyOP10mo ago
ooh i see ill try printing something
Buddy
Buddy10mo ago
Or check build path for any kind of log files being written
Fluffy
FluffyOP10mo ago
gotcha
Want results from more Discord servers?
Add your server