Search Results

1
vote
7answers
174 views

What’s an effective and somewhat easy to build system to allow customer to submit bug reports after deployment?

I'll be deploying a C++/DirectX/Windows game at the end of January to my customer and I'd like to setup an easy way for them to submit bug reports. Should I setup a website for this? Should I bui …
0
votes
1answer
69 views

Software tools for recording non-reproducible bugs

Hello! Obviously the non-reproducible bugs are the hardest to fix due to the nature of their cause (i.e. race conditions), so we as programmers must do our best to gather data (i.e. logs, screensh …