Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
23a4d70e
Commit
23a4d70e
authored
Nov 11, 2015
by
antirez
Browse files
Lua debugger: redis-cli, mark end of debugging session.
parent
cd112db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
23a4d70e
...
@@ -380,6 +380,7 @@ static int cliConnect(int force) {
...
@@ -380,6 +380,7 @@ static int cliConnect(int force) {
/* Disconnection from the server signals end of EVAL
/* Disconnection from the server signals end of EVAL
* debugging session. */
* debugging session. */
if
(
config
.
eval_ldb
)
{
if
(
config
.
eval_ldb
)
{
printf
(
"
\n
(Lua debugging session terminated)
\n\n
"
);
config
.
eval_ldb
=
0
;
config
.
eval_ldb
=
0
;
config
.
output
=
OUTPUT_STANDARD
;
config
.
output
=
OUTPUT_STANDARD
;
cliRefreshPrompt
();
cliRefreshPrompt
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment