Minor fixes around the debugger (#1677)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
@@ -177,10 +177,10 @@ endif()
|
|||||||
# Enable debugger
|
# Enable debugger
|
||||||
if(FEATURE_DEBUGGER)
|
if(FEATURE_DEBUGGER)
|
||||||
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER)
|
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER)
|
||||||
endif()
|
|
||||||
|
|
||||||
# Debugger port
|
# Debugger port
|
||||||
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER_PORT=${FEATURE_DEBUGGER_PORT})
|
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER_PORT=${FEATURE_DEBUGGER_PORT})
|
||||||
|
endif()
|
||||||
|
|
||||||
# Memory management stress-test mode
|
# Memory management stress-test mode
|
||||||
if(FEATURE_MEM_STRESS_TEST)
|
if(FEATURE_MEM_STRESS_TEST)
|
||||||
|
|||||||
@@ -1070,7 +1070,7 @@ function debuggerCommand(event)
|
|||||||
" list - list breakpoints\n" +
|
" list - list breakpoints\n" +
|
||||||
" continue|c - continue execution\n" +
|
" continue|c - continue execution\n" +
|
||||||
" step|s - step-in execution\n" +
|
" step|s - step-in execution\n" +
|
||||||
" next|n - connect to server\n" +
|
" next|n - execution until the next breakpoint\n" +
|
||||||
" eval|e - evaluate expression\n" +
|
" eval|e - evaluate expression\n" +
|
||||||
" backtrace|bt <max-depth> - get backtrace\n" +
|
" backtrace|bt <max-depth> - get backtrace\n" +
|
||||||
" src - print current source code\n" +
|
" src - print current source code\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user