view mx.truffle/.project @ 22273:0344879ec763

Delegate to PolyglotEngine, as the new version of JPDA debugger is supposed to work only with PolyglotEngine. Keep the overriden methods for old versions of debugger that rely on existence of TruffleVM class.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 01 Oct 2015 15:32:28 +0200
parents 867960de3e9a
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>mx.truffle</name>
	<comment></comment>
	<projects>
		<project>mx</project>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.python.pydev.PyDevBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.python.pydev.pythonNature</nature>
	</natures>
</projectDescription>