MindSporeの `context.set_context(mode=context.PYNATIVE_MODE)` を設定する主な利点は何か。

PyNativeモードはEager Execution(即時実行)を行うため、ブレークポイントの設定や動的な制御フローのデバッグが容易である。