mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
Lua debugger: fix help typo, beark -> break.
This commit is contained in:
parent
e386cd8ccf
commit
56d9bb8c55
@ -2100,10 +2100,10 @@ ldbLog(sdsnew("[c]continue Run till next breakpoint."));
|
||||
ldbLog(sdsnew("[l]list [line] List source code, around [line] if specified"));
|
||||
ldbLog(sdsnew(" you can use another arg for context size."));
|
||||
ldbLog(sdsnew("[p]rint <var> Show the value of the specified variable."));
|
||||
ldbLog(sdsnew("[b]eark Show all breakpoints."));
|
||||
ldbLog(sdsnew("[b]eark <line> Add a breakpoint to the specified line."));
|
||||
ldbLog(sdsnew("[b]eark -<line> Remove breakpoint from the specified line."));
|
||||
ldbLog(sdsnew("[b]eark 0 Remove all breakpoints."));
|
||||
ldbLog(sdsnew("[b]reak Show all breakpoints."));
|
||||
ldbLog(sdsnew("[b]reak <line> Add a breakpoint to the specified line."));
|
||||
ldbLog(sdsnew("[b]reak -<line> Remove breakpoint from the specified line."));
|
||||
ldbLog(sdsnew("[b]reak 0 Remove all breakpoints."));
|
||||
ldbLog(sdsnew("[e]eval <code> Execute some Lua code (in a different callframe)."));
|
||||
ldbLog(sdsnew("[r]edis <cmd> Execute a Redis command."));
|
||||
ldbLog(sdsnew(""));
|
||||
|
Loading…
x
Reference in New Issue
Block a user