THE DEBUGGER in Korean translation

디버거
debugger
the debugger
debugger
디버거의

Examples of using The debugger in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Conditional breakpoint- similar to the line breakpoint but the debugger suspends only when the specified condition is reached, these are setup using:int. get_binding/2.
Conditional breakpoint - line breakpoint와 비슷하지만 디버거가 특정 조건을 만족했을 때만 정지합니다. 조건 은 :int. get_binding/2으로 설정합니다.
the selected app waits for the debugger to attach before it executes.
선택한 앱은 실행하기 전에 디버거가 연결되기를 기다립니다.
Breakpoint: When debugging, a memory location which when accessed causes a break in the normal flow of execution and the invocation of the debugger.
브레이크 포인트: 제충할 경우, 기억 장소 때 접근된 원인 실행의 평균 흐름 및 교정자의 발동에 있는 틈.
Run and in the Kits tab configure the Desktop Kit to use the c and c++ compilers and the debugger to the mingw tools in your msys2 installation.
Build and Run으로 가신 뒤 Kits탭에서 c/c++ 컴파일러와 debugger가 설치된 msys2를 사용하도록 Desktop Kit을 설정하시기 바랍니다.
Unlike the debugger, GammaRay understands those internal structures and can present them in a meaningful way, making it a tool that should not be missing in any Qt developer's toolbox.
디버거와 달리 GammaRay는 내부 구조를 이해하고이를 의미있는 방식으로 제시 할 수 있으므로 Qt 개발자 도구 상자에서 누락되어서는 안되는 도구입니다.
This allows Android Studio and other SDK tools to recognize your device when connected via USB, so you can use the debugger and other tools.
이렇게 하면 기기가 USB를 통해 연결될 때 Android Studio와 기타 SDK 도구들이 이 기기를 인식할 수 있기 때문에 개발자가 디버거와 기타 도구를 사용할 수 있습니다.
If the breakpoint is not hit, check that the configuration is set to Debug and that you have saved the project which does not happen automatically when starting the debugger.
중단점이 적중되지 않는 경우 구성이 디버그로 설정되어 있는지, 프로젝트를 저장했는지 확인합니다(디버거를 시작할 때 자동으로 수행되지 않음). If the breakpoint is not hit, check that the configuration is set to Debug and that you have saved the project (which does not happen automatically when starting the debugger).
If the breakpoint is not hit, check that the configuration is set to Debug and that you've saved the project which does not happen automatically when starting the debugger.
중단점이 적중되지 않는 경우 구성이 디버그로 설정되어 있는지, 프로젝트를 저장했는지 확인합니다(디버거를 시작할 때 자동으로 수행되지 않음). If the breakpoint is not hit, check that the configuration is set to Debug and that you've saved the project (which does not happen automatically when starting the debugger).
Racial profiling has been part of the U. Profiling tools like CPU Usage and Memory Usage can be used with the debugger(see earlier sections), or you can run profiling tools post-mortem using the Performance Profiler, which is intended
CPU 사용량 및 메모리 사용량과 같은 프로파일링 도구를 디버거와 함께 사용 하 거나 ( 이전 섹션 참조 ) 성능 프로파일러 를 통해 프로파일링 도구 를 실행 하 여 릴리스 빌드 에 대한 분석 을 제공 할 수 있 습니다. Profiling tools like CPU Usage and Memory Usage can be used with the debugger (see earlier sections),
If you want to add symbol files to provide the debugger with C or C++ information generated outside of Android Studio, you can add one or more directories here.
Android Studio 외부에서 생성된 C 또는 C++ 정보를 디버거에 제공하기 위한 기호 파일을 추가하려는 경우 여기서 하나 이상의 디렉토리를 추가할 수 있습니다.
If you choose"when changed", the debugger does not consider the first evaluation of the condition to be a change, so the breakpoint will not be
이(가) 변경된 경우를 선택한 경우 디버거는 첫 번째 평가를 변경으로 간주하지 않으므로 첫 번째 평가 시에는 중단하지 않습니다.
The first statement tells the app that the debugger will attach to it on port 5858; the second pauses the code until the debugger is attached(you could make this conditional).
첫 번째 명령문은 디버거가 포트 5858에 연결될 것을 앱에 알리고 두 번째 명령문은 디버거가 연결될 때까지 코드를 일시 중지합니다(이 명령에는 조건을 설정할 수 있습니다).
ThisContext is normally not of interest to most programmers, but it is essential for implementing development tools like the debugger and it is also used to implement exception handling and continuations.
ThisContext는 보통 대부분의 프로그래머들이 관심을 가지지 않지만, 디버거와 같은 개발 도구를 실행하기 위해 필수적이며, 예외 처리및 계속 실행을 구현하기 위해 사용하기도 합니다.
For example, if the debugger sees a running thread, the associated Thread object is not garbage collected until the debugger disconnects, even if the thread has terminated.
예를 들어, 실행 중인 스레드를 디버거가 발견한 경우에는 해당 스레드가 종료된 후에도 연결된 Thread 객체는 가비지 수집되지 않습니다.
interest to most programmers, but it is essential for implementing development tools like the debugger and it is also used to implement exception handling and continuations.
thisContext는 보통 대부분의 프로그래머들이 관심을 가지지 않지만, 디버거와 같은 개발 도구를 실행하기 위해 필수적이며, 예외 처리및 계속 실행을 구현하기 위해 사용하기도 합니다.
Running the debugger.
디버거 제어Controlling the Debugger.
Specify debug options in the Debugger tab.
Debugger 탭에서 디버그 옵션을 지정합니다.
Starting and Stopping the Debugger.
디버거 시작 및 중지Starting and Stopping the Debugger.
Typing"break" in the debugger console.
Debugger console에서 "break "를 입력한다.
The same operations are available in the debugger window.
같은 조작이 디버거 창에서도 가능합니다.
Results: 342, Time: 0.042

Word-for-word translation

Top dictionary queries

English - Korean