This breakpoint type can be created by right clicking on an entry in the Modules view.
可以在Modules视图中右击一个条目来创建这种类型的中断点。
This breakpoint type is also created when you set a breakpoint from the source view in disassembly or mixed modes.
当您从单独或者混合模式下的源视图中设置一个中断点,也可以创建一个中断点类型。
From the previous investigation the problem occurs when "value" and "div" are equal, so type 'continue' to resume execution until breakpoint 1 is next reached.
从以上的调查中可以看出,当“value ”和“div ”相等时就会出现问题,因此输入'continue '继续执行,直到下一次遇到1号断点。
To get "value" and "div" in scope we can set a breakpoint on main and run the program, setting our watchpoints when the main breakpoint is hit. Restart GDB with eg1 and type.
要获取作用域中的“value ”和“div ”,可以在main函数上设置断点,然后运行程序,当遇到main断点时设置监视点。
To set a breakpoint there we type 'break 21'. Gdb will issue the response.
要在那一行上设置断点,只需输入'break21 '。
When the debugger stops at that breakpoint, type this command.
当这个调试器停在一个观察点时,键入这个命令。
When the debugger stops at that breakpoint, type this command.
当这个调试器停在一个观察点时,键入这个命令。
应用推荐