I've created a new solution configuration in Visual Studio named "QA", copying its settings from "Debug".
After switching to the new "QA" configuration, statements in my VB code such as Debug.Print, My.Application.Log.WriteEntry and My.Log.WriteEntry no longer output any data.
I have as of writing this still have not found a solution. Any insight would be appreciated.