日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

vimgdb键映射

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

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

:help gdb-mappings 查看默認鍵映射

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.

轉載于:https://blog.51cto.com/sourberry/517901

總結

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

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。