Skip to content

Running in debug mode on VS Code doesn't stop on [FATAL] message #23

Description

@sgbaird

Running in VS Code on Windows.

[FATAL] Model "BayesNeuralNet" not available in Olympus. Please choose from one of the available models: Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelBayesNeuralNet, Rs\sterg\Miniconda3\envs\sdl-demo\lib\site-packages\olympus\models\modelNeuralNet

using the following launch configuration:

            {
                "name": "Python: Module Code",
                "type": "python",
                "request": "launch",
                "program": "${file}",
                "console": "integratedTerminal",
                "justMyCode": false,
                "env": {
                    "PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT": "2",
                },
                "redirectOutput": true,
            }

Tried with other launch configurations, too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions