Besonderhede van voorbeeld: -5561634672880008475

Metadata

Data

English[en]
Add watchpoints While debugging C/C++ code, you can set special types of breakpoints, called watchpoints , that can suspend your app process when your app interacts with a particular block of memory. For example, if you set two pointers to a block of memory and assign a watchpoint to it, using either pointer to access that block of memory triggers the watchpoint.
Korean[ko]
C/C++ 코드 디버깅 중에 감시점 이라는 특정한 종류의 중단점을 설정할 수 있습니다. 감시점은 앱이 메모리의 특정 블록과 상호작용할 때 이 앱 프로세스를 중단시킬 수 있습니다. 예를 들어, 두 개의 포인터를 메모리 블록에 설정하고 여기에 감시점을 할당한 경우, 두 포인터 중 하나를 사용하여 메모리 블록에 액세스하면 이 감시점이 트리거됩니다.

History

Your action: