﻿<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
	<CodeSnippet Format="1.0.0">
		<Header>
			<Title>Debugger Break</Title>
			<Shortcut>brk</Shortcut>
			<Author>Roland Weigelt</Author>
			<Description>Inserts a call of System.Diagnostics.Debugger.Break().</Description>
		</Header>
		<Snippet>
			<Code Language="CSharp">System.Diagnostics.Debugger.Break();</Code>
		</Snippet>
	</CodeSnippet>
</CodeSnippets>
