Pauses the editor.
Debug.Break();
using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { Debug.Break(); } }
import UnityEngine import System.Collections public class Example(MonoBehaviour): def Example() as void: Debug.Break()