문제

How can I prevent the CPU window from popping up when I'm debugging?
Is there a setting for this?
I'm using Delphi 2007.

도움이 되었습니까?

해결책

If you step into code that does not have debug information, then the disassembly window pops up. There's no way to disable that behaviour, to the best of my knowledge.

Instead you can circumvent this by simply providing debug information for all your units. For example, if you are stepping into RTL/VCL units, then build with the Debug DCUs option enabled.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top