每当我在模板中设置断点时,它都会被忽略。有解决方法吗?if (list.size() ..
示例:已忽略断点。
template <typename ObjectType, typename ContainerType>
ContainerType CListModelBase<ObjectType, ContainerType>::
sortListByColumn(const ContainerType &list, int column,
Qt::SortOrder order)
{
if (list.size() < 2) return list; // nothing to do
// ...
}
PS:对于 gdb,这里描述了这种解决方法
环境。Win7、VC2013、QtCreator 3.1.1