Doctrine命令:如何显示发生错误的文件和行

Doctrine command: how to display file and line where error occured

我是 Symfony 新手,正在开发应用程序。 我创建了 YAML 文件来生成 PHP 个实体。当我 运行 这个命令时:

php app/console doctrine:schema:update --force

我得到这个异常:

[Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: mappedBy

不解释了。没有指向错误的文件和行。

有什么方法可以让 Symfony 提供更多信息吗?

键入 app/console -h 以获得可用选项的完整列表。您可以通过 -v 选项来显示更多信息:

-v  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug