C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[28355] Re:[질문]VCL 컴포넌트에 디버깅을 걸 수 는 없나요?
smleelms [smleelms] 905 읽음    2003-12-29 16:18
혹시 답변이 될런지.. ^^;;

Project Options -> Linker -> Linking 의 도움말입니다.

Use the Linker page of the Project Options dialog box to specify how your program files are linked. The linker options let you control how intermediate files (.OBJ, .LIB, and .RES) are combined into executable (.EXE) files and/or dynamic-link library (.DLL) files. The IDE uses an incremental linker, ILINK32.

Use debug libraries  :  causes C++Builder to link the debug version of the VCL (VCLD.LIB). This option does not work if you are using VCL packages. To turn off the packages, go to the Packages page and turn off Use Packages. Turn on Use debug libraries only when you want to step into the library source code; it will greatly increase the size of your executable files (but it will not affect application performance). If you have built a debug version of the RTL, placing it in the lib\debug directory lets Use debug libraries enable this as well. Note that using RTL debug libraries will further increase the size of the executable (but does not affect performance).

AyanamiRei 님이 쓰신 글 :
: OleContainer를 사용하는데요.
:
: 이놈이 실제로 돌아가는 함수 부분을 보고 싶은데..
:
: 어떻게 디버깅을 걸 수는 없는건가요?
:
: break point가 안걸리더군요.
:
: 뭐 꼭 OleContainer 이놈만이 아니라 가끔 내부에서 어떻게
:
: 돌아가나 궁금한것들이 가끔있습니다..^^
:
: 혹시 디버깅 걸 수 있는 방법을 아시면~~ 부탁드립니다..
:
: 즐거운 연말 보내세요.

+ -

관련 글 리스트
28341 [질문]VCL 컴포넌트에 디버깅을 걸 수 는 없나요? AyanamiRei 714 2003/12/26
28355     Re:[질문]VCL 컴포넌트에 디버깅을 걸 수 는 없나요? smleelms 905 2003/12/29
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.