Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootloader build: Add traceback to debug pyiboot01 #4592

Merged
merged 1 commit into from
May 2, 2020

Commits on May 2, 2020

  1. Bootloader: Add showing traceback in debug windowed mode.

    When running in Windows in windowed mode, the debug bootloader will now show
    the Python traceback information. This help debuging errors during
    pyiboot01_bootstrap. This will allow debugging errors like in Issue pyinstaller#4213.
    For showing the source lines, the application needs to be frozen with ``--noarchive``.
    
    Signed-off-by: Dan Yeaw <dyeaw@ford.com>
    danyeaw authored and htgoebel committed May 2, 2020
    Configuration menu
    Copy the full SHA
    648566c View commit details
    Browse the repository at this point in the history