你也可以设置断点并检查特定内存地址或寄存器的内容。
You can also set breakpoints and examine the contents of specific memory locations and registers.
如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction.
如前所述,被映射的内存的边界(最后一个有效地址)常被称为系统中断点或者当前中断点。
As mentioned above, the edge of mapped memory — last valid address — is often known as the system break or the current break.
因此,当加载一个进程时,它会得到一个取决于某个称为系统中断点(systembreak)的特定地址的初始内存分配。
Therefore, when a process loads, it gets an initial allocation of memory up to a certain address, called the system break.
没有为新断点指定位置。请提供一个函数名、文件位置、数据表达式或地址。
No location specified for new breakpoint. Supply a function name, file location, data expression, or address.
除错监视程序提供一个简单的命令集来显示和内存地址和寄存器、建立和移除断点,并且运行你的程序。
The debug monitor provides a set of primitive commands to view and modify memory locations and registers, create and remove breakpoints, and execute your program.
除错监视程序提供一个简单的命令集来显示和内存地址和寄存器、建立和移除断点,并且运行你的程序。
The debug monitor provides a set of primitive commands to view and modify memory locations and registers create and remove breakpoints and execute your program.
这是愚蠢的,因为我仍然可以设置的指令地址的一个断点。
This is silly, because I should still be able to set a breakpoint based on the instruction address.
查看断点属性时,该断点显示为一个地址断点,这个地址断点具有一个与函数中下一个可执行指令相对应的内存位置。
When you view the breakpoint properties, this breakpoint appears as an address breakpoint with a memory location corresponding to the next executable instruction in the function.
您可以轻松地复制所需要的功能的内存地址,粘贴到您的调试器,并为这个内存地址断点。
You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address.
您可以轻松地复制所需要的功能的内存地址,粘贴到您的调试器,并为这个内存地址断点。
You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address.
应用推荐