summaryrefslogtreecommitdiff
path: root/webapp/history/data_structures/DEBUG.js
blob: 6d610ad84ebf04dc9ba503f5eebdd2aa3774e387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
function DEBUG () {


	var model = scicos_model();
	model.sim=list(new ScilabString(["%debug_scicos"]),new ScilabDouble([99]));
	model.blocktype = new ScilabString(["d"]);

	var exprs = list("","xcos_debug_gui(flag,block);");

	var gr_i = [];
	this.x=new standard_define(new ScilabDouble([8,2]),model,exprs,gr_i);
	return new BasicBlock(this.x)
}