aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
diff options
context:
space:
mode:
authorLászló Langó <llango.u-szeged@partner.samsung.com>2017-09-05 10:00:30 +0200
committeryichoi <duddlf.choi@samsung.com>2017-09-07 17:26:03 +0900
commita54427e255a223a30d553c56179ce67537a2b393 (patch)
treefa086a2e234b69ebb43deb1d53e2dac6521849b0 /jerry-main
parenta51def40e7632d9cc3a7ad0cb5ec077437553ecd (diff)
Followup changes in JerryScript debugger after #1910.
* Remove 'jerry_debugger_cleaup'. Do it automatically in 'jerry_cleanup'. * Updated the documentations. * Updated the NuttX and Artik053 targets. JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
Diffstat (limited to 'jerry-main')
-rw-r--r--jerry-main/main-unix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/jerry-main/main-unix.c b/jerry-main/main-unix.c
index 42e98db8..c7afe1b1 100644
--- a/jerry-main/main-unix.c
+++ b/jerry-main/main-unix.c
@@ -830,10 +830,6 @@ main (int argc,
jerry_release_value (ret_value);
- if (start_debug_server)
- {
- jerry_debugger_cleanup ();
- }
jerry_cleanup ();
#ifdef JERRY_ENABLE_EXTERNAL_CONTEXT
free (instance_p);