C ++ Builder 10.2 - 调试断点不适用于我的BPL IDE-package

时间:2017-03-29 19:26:18

标签: delphi debugging c++builder

我正在尝试在 C ++ Builder 10.2 Tokyo 中调试IDE 设计时包,虽然包本身有效但我不能得到断点工作:

只需蓝色标记,只需双击 red'x'es ,双击编辑器断点列...

我为 Debug 设置的项目选项:

调试器→主机应用程序: C:\ Program Files(x86)\ Embarcadero \ Studio \ 19.0 \ bin \ bds.exe

调试器→参数: -rNameOfMyBpl

C ++编译器→调试→调试信息: True

C ++编译器→调试→调试行号信息: True

C ++编译器→优化→禁用所有优化: True

C ++编译器→优化→生成最快的代码:错误

C ++链接器→完整调试信息: True

Delphi编译器→优化:错误

Delphi Compiler→使用debug .dcus: True

通过

手动触发断点时
{ _asm { int 3 } }

它坏了,IDE切换到汇编视图,所以我在这里做错了什么?

1 个答案:

答案 0 :(得分:0)

感谢您的评论,但这似乎是RAD Studio中的一个错误

https://quality.embarcadero.com/browse/RSP-16491?filter=-2