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

Jesse strategy break point debugging in vscode. #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2022

  1. Template to support breakpoint debugging using vscode in windows and …

    …docker/linux
    
    It should be possible to add mac following the windows and linux patterns.
    
    See also: https://code.visualstudio.com/docs/containers/docker-compose
    
    "In Python projects, you have the Dockerfile, .dockerignore, docker-compose*.yml files all in the root folder of the workspace. When you add another app or service, move the Dockerfile into the app's folder."
    qwpto committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c75ae4f View commit details
    Browse the repository at this point in the history
  2. update gitignore

    remove duplicate .vscode, and add backtest-mode folder
    qwpto committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    7477635 View commit details
    Browse the repository at this point in the history