프로그래밍/델파이
델파이 XE3에서 브레이크포인트가 안될때
do121
2025. 5. 31. 17:56
가능한 원인과 해결 방법
🔧 디버그 정보가 없는 상태로 컴파일될 때
- ✅ 해결 방법:
- 메뉴에서 Project > Options > Delphi Compiler > Compiling 항목에서:
- Debug Information = True
- Use Debug DCUs = True
Linking 항목에서:Include TD32 debug info = True
- 저장 후 다시 Build All (Ctrl+F9)
- 메뉴에서 Project > Options > Delphi Compiler > Compiling 항목에서: