#####################################################################################
#
#  Copyright (c) Microsoft Corporation. All rights reserved.
#
# This source code is subject to terms and conditions of the Microsoft Public License. A 
# copy of the license can be found in the License.html file at the root of this distribution. If 
# you cannot locate the  Microsoft Public License, please send an email to 
# ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound 
# by the terms of the Microsoft Public License.
#
# You must not remove this notice, or any other, from this software.
#
#
#####################################################################################

JumpNotAllowedInNonLeafFrames=Frame location can only be changed in leaf frames
InvalidFunctionVersion=Frame cannot be remapped to function verion {0} because it does not exist
DebugInfoWithoutSymbolDocumentInfo=Unable to transform LambdaExpression because DebugInfoExpression #{0} did not have a valid SymbolDocumentInfo
DebugContextAlreadyConnectedToTracePipeline=Cannot create TracePipeline because DebugContext is already connected to another TracePipeline
InvalidSourceSpan=Invalid SourceSpan
SetNextStatementOnlyAllowedInsideTraceback=Unable to perform SetNextStatement because current thread is not inside a traceback
ITracePipelineClosed=ITracePipeline cannot be used because it has been closed
