gpt4 book ai didi

delphi - 如何在代码中模拟Delphi断点?

转载 作者:行者123 更新时间:2023-12-03 14:33:52 24 4
gpt4 key购买 nike

我很确定我以前见过这个,但我还没有找到/记得如何做到这一点。我想要一行代码,当从 Delphi 调试器执行时,我希望调试器弹出,就像该行上有一个断点一样。

类似于:

FooBar := Foo(Bar);
SimulateBreakPoint; // Cause break point to occur in Delphi IDE if attached
WriteLn('Value: ' + FooBar);

希望这是有道理的。我知道我可以使用异常,但这会比我想要的要多得多的开销。这是一些演示代码。

提前致谢!

最佳答案

从代码触发调试器(据说,我没有方便尝试的 delphi 副本):

asm int 3 end;

查看此页面:

http://17slon.com/blogs/gabr/2008/03/debugging-with-lazy-breakpoints.html

关于delphi - 如何在代码中模拟Delphi断点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/160923/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com