VSCode debug 多进程 launch.json添加: "setupCommands": [ {"text":"-gdb-set follow-fork-mode child"} ]
通过本帖的学习,读者将能够掌握使用 Python 多进程技术进行高效回测的方法,为自己的投研工作提供有力的技术支持。 操作步骤 1、环境准备 1.1 环境准备 1.1.1打开投研终端 1.1.2 安装 xtquant。本篇介绍的策略可以在 pycharm 里或 vscode 里面运行,所以可以读者用一个自己熟悉的 ide 配置 xtquant,安装方法可以用...
1.1.2、安装 xtquant, 本篇介绍的策略可以在 pycharm 里或 vscode 里面运行,所以可以读者用一个自己熟悉的 ide 配置 xtquant,安装方法可以用 pip 命令或者在知识库官网下载,下载地址:http://dict.thinktrader.net/nativeApi/download_xtquant.html?id=I3DJ97 pip 命令:pip install xtquant 知识库官网下载:下载...
VSCode debug 多进程 2019-12-10 21:36 −... lialin 1 6154 vscode环境配置(二)——C Program Debug 2019-12-07 14:54 −一、任务准备 launch.json { "version": "0.2.0", "configurations": [ { "name": "C/C++", "type": "cppdbg", "request": "launch", ... ...