开发工具 一个比较完整的 Vim 下的 Debug workflow

wsdjeg · December 14, 2017 · Last by pynix replied at December 15, 2017 · 5964 hits

SpaceVim Layers: debug

原文 http://spacevim.org/layers/debug/

Description

This layer provide a debug workflow for SpaceVim. All of the function is based on vim-vebugger.

Install

To use this configuration layer, add call SpaceVim#layers#load('debug') to your custom configuration file.

Key bindings

Key Binding Description
SPC d l launching debugger
SPC d c Continue the execution
SPC d b Toggle a breakpoint for the current line
SPC d B Clear all breakpoints
SPC d o step over
SPC d i step into functions
SPC d O step out of current function
SPC d e s Evaluate and print the selected text
SPC d e e Evaluate the <cword> under the cursor
SPC d e S Execute the selected text
SPC d k Terminates the debugger

Debug Transient State

key bindings is too long? use SPC d . to open the debug transient state:

Debug Transient State

cgdb 路过。。。

You need to Sign in before reply, if you don't have an account, please Sign up first.