You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Curriculum_Design/run_debug.bat

9 lines
164 B

@echo off
echo 设置Qt调试环境变量...
set QT_DEBUG_PLUGINS=1
echo Qt调试模式已启用
echo.
echo 运行MagicWord应用程序...
python src/main.py
pause