Difference between Debug.print() and Serial.print()

Serial.print : Arduino: Print to the Serial Monitor.
Debug.print : I have only seen it in VBA. Maybe others have seen it in other languages in Visual Studio or other IDEs.

Jacques