日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

vimgdb键映射

發(fā)布時間:2025/4/5 32 豆豆
生活随笔 收集整理的這篇文章主要介紹了 vimgdb键映射 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

安裝vimgdb后:helptags ~/.vim/doc, 裝入幫助信息

:help gdb-mappings 查看默認(rèn)鍵映射

Mappings *gdb-mappings*

The gdb() function accepts a string as single argument which is sent to GDB as a GDB command. This can be used to map any command to a key sequence. Examples of such mappings are given in 'macros/gdb_mappings.vim'. To use those mappings, source the script: > vim normal模式下裝載gdb: :run macros/gdb_mappings.vim F7開啟鍵映射 The key <F7> is used to toggle between the 'gdb_mappings.vim' mappings and the default Vim mappings. List of key mappings in 'gdb_mappings.vim': <Space> launch the interactive gdb input-line window CTRL-Z ?send an interrupt to GDB and the program it is running B info breakpoints L info locals A info args S step I stepi CTRL-N next: next source line, skipping all function calls X nexti F finish R run Q quit C continue W where CTRL-U up: go up one frame CTRL-D down: go down one frame CTRL-B set a breakpoint on the line where the cursor is located CTRL-E clear all breakpoints on the line where the cursor is located CTRL-P Normal mode: print value of word under cursor Visual mode: GDB command "createvar" selected expression, see |gdb-variables| CTRL-X print value of data referenced by word under cursor CTRL-B and CTRL-E operate both on source code and on disassembled code in assembly buffers.

轉(zhuǎn)載于:https://blog.51cto.com/sourberry/517901

總結(jié)

以上是生活随笔為你收集整理的vimgdb键映射的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。