BoomingTech / Piccolo

Piccolo (formerly Pilot) – mini game engine for games104
MIT License
5.86k stars 1.82k forks source link

PiccoloParser 使用vs调试,跳过断点直接运行完成 #348

Closed NINTING closed 1 year ago

NINTING commented 2 years ago

Describe the bug | Bug描述 A clear and concise description of what the bug is. PiccoloParser 使用vs调试,跳过断点直接运行完成

Steps to reproduce | 如何复现 Steps to reproduce the behavior: 直接在VS中对PiccoloParser 进行断点调试

Expected behavior | 预期行为 A clear and concise description of what you expected to happen. 可以进入断点

Actual behavior | 实际行为 A clear and concise description of what actually happened. 直接运行完成,无法进入断点

Screenshots/Logs | 截图/日志 If applicable, add screenshots and/or a video to help explain your problem. image

image

Desktop | 桌面环境

windows vs2019

Additional context | 补充信息 Add any other context about the problem here.

Ol6rin commented 2 years ago

Debug版PiccoloParser没有配置生成调试信息,可以试着先在工程配置中打开。