public void SetDebugBuild(bool debug) { ChelaModule module = moduleNode.GetModule(); module.SetDebugBuild(debug); }