kdbg 继续调试键盘快捷键
kdbg continue debugging keyboard shortcut
我正在使用 kdbg 进行调试。
> kdbg -v
Qt: 4.8.6
KDE Development Platform: 4.13.3
KDbg: 2.5.4
>
official documentation is somewhat rudimentary. I am searching for a keyboard shortcut to continue running the program till it hits the next breakpoint. According to thisF7应该可以。然而 运行ning on Ubuntu F7 似乎总是跳到当前函数的末尾。我怎样才能让 kdbg 到 运行 可执行文件直到下一个断点?
How can I get kdbg to run the executable till the next breakpoint?
按 F5。
是的,我知道,菜单不会将文本更改为 Continue 左右,但图标会显示类似 Play 的图标你从你的媒体软件(或 CD 播放器,如果你在上个世纪长大)知道它也只是继续,而不是从头开始。
我正在使用 kdbg 进行调试。
> kdbg -v
Qt: 4.8.6
KDE Development Platform: 4.13.3
KDbg: 2.5.4
>
official documentation is somewhat rudimentary. I am searching for a keyboard shortcut to continue running the program till it hits the next breakpoint. According to thisF7应该可以。然而 运行ning on Ubuntu F7 似乎总是跳到当前函数的末尾。我怎样才能让 kdbg 到 运行 可执行文件直到下一个断点?
How can I get kdbg to run the executable till the next breakpoint?
按 F5。
是的,我知道,菜单不会将文本更改为 Continue 左右,但图标会显示类似 Play 的图标你从你的媒体软件(或 CD 播放器,如果你在上个世纪长大)知道它也只是继续,而不是从头开始。