In Unity you can build your project as a Development Build which will let you see errors and stuff and it makes debugging really easy. I want to do the same in Visual Studio but I'm not sure if it is possible.
I have a WPF application made in Visual Studio which is one single EXE file. Now this file shuts down immediately for someone who I sent it to but because I can not reproduce this bug on my PC, I would like the EXE to generate a debug log to see what is causing it to shut down.
I know this is not necessarily a question that belongs here but I don't know where else to ask.
↧