Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Debug

Namespace: UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Class containing methods to ease debugging while developing a game.

Static Variables

developerConsoleVisible Opens or closes developer console.
isDebugBuild In the Build Settings dialog there is a check box called "Development Build".

Static Functions

Break Pauses the editor.
ClearDeveloperConsole Clears errors from the developer console.
DrawLine Draws a line between specified start and end points.
DrawRay Draws a line from start to start + dir in world coordinates.
Log Logs message to the Unity Console.
LogError A variant of Debug.Log that logs an error message to the console.
LogException A variant of Debug.Log that logs an error message from an exception to the console.
LogWarning A variant of Debug.Log that logs a warning message to the console.