Writes debug message to the trace. This constrained to dev debugging, so it's safe if you want to trace a password etc...
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<ConditionalAttribute("DEBUG")> _
Public Sub Debug ( _
    message As String _
)
[ConditionalAttribute("DEBUG")]
public void Debug(
    string message
)
[ConditionalAttribute(L"DEBUG")]
public:
void Debug(
    String^ message
)
[<ConditionalAttribute("DEBUG")>]
member Debug : 
        message:string -> unit
public function Debug(
    message : String
)
Parameters
- message 
 Type: System.String- A message to write. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.