Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Full call stack not available

    Depending on your Visual Studio settings, when an exception is thrown in Stride, Visual Studio might only show the call stack from the Stride runtime .DLL files or .NET framework assemblies, not user code.

    To break as soon as an exception is thrown, add additional conditions to the Visual Studio Exception Settings.

    1. In the Visual Studio toolbar, under the Debug menu, select Windows > Exception Settings.

      Exception settings

    2. Expand Common Language Runtime Exceptions and select All Common Language Runtime Exceptions not in this list. You might need to select other conditions too.

      All common language runtime exceptions not in this list

    Tip

    To restore the default list of exceptions, right-click and select Restore Defaults.

    For more information about managing exceptions in Visual Studio, see Manage exceptions with the debugger in Visual Studio in the Microsoft Visual Studio documentation.

    • Improve this Doc
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation