How do I pull up a debug monitor in unity
Window->Console is the unity debug log
If you want proper debugging in mono or VS professional then you need to “attach” whichever editor you are using to the unity editor process. You can search for how to do that for whichever editor you are using.