﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
242	Capture information of a destroyed object	rcsoto	Jorge	"If we created an object, of any grammar, if we requested information of an object 
with the same name and Code grammar, the function indicates to us that any 
object of that grammar with that name does not exist.

When decompile the object, and returning to ask for the same information, Tol 
finalizes its execution of unexpected form.

Example:

// step 1
Real _aa = 5;
Set info1 = Tcl_Eval(""::tol::info variable Code _aa"");

// setp 2
Set dest1 = Tcl_Eval(""::tol::console stack release _aa"");

// step 3 
Set info2 = Tcl_Eval(""::tol::info variable Code _aa"");"	defect	closed	normal		Interface	head	normal	fixed		
