How to display the comments box?

I'm changing the layout of the view page. Previous versions allowed me to manually display the comments box as well as comments made by users. I tried the same function but it returns empty:

$debates = elgg_extract('entity', $vars, FALSE);

$responses = elgg_view_comments($debates, true);

($responses is empty)