Description
When using jerryscript-debugger.sh to debug with /bin/jerry executable + source.js inside JerryScript. Resume script execution will pause at deactivated breakpoint, however node --inspect app.js doesn't.
Test Code
JerryScript Debugger & Chrome DevTools Proxy;
jerryscript/test/debugger/do_finish.js
Steps to Reproduction
$ cd jerryscript
$ python tools/build.py --jerry-debugger=on --jerry-libc=off
$ ./build/bin/jerry --start-debug-server --log-level 2 test/debugger/do_finish.js
- Have Chrome running and visit the URL
chrome://inspect, and click "Open dedicated DevTools for Node."
$ cd jerryscript-debugger-ts
$ yarn install
$ ./jerry-debugger.sh
- Add some breakpoints.
- Turn on "Deactivate Breakpoints"
- Click Resume script execution
Actual Result
After Step10: Script still pause at deactivated breakpoint

Expected Result
After Step10: Script should be executed without pause.
Test Builds
Additional Information
Description
When using jerryscript-debugger.sh to debug with /bin/jerry executable + source.js inside JerryScript. Resume script execution will pause at deactivated breakpoint, however
node --inspect app.jsdoesn't.Test Code
JerryScript Debugger & Chrome DevTools Proxy;
jerryscript/test/debugger/do_finish.js
Steps to Reproduction
$ cd jerryscript$ python tools/build.py --jerry-debugger=on --jerry-libc=off$ ./build/bin/jerry --start-debug-server --log-level 2 test/debugger/do_finish.jschrome://inspect, and click "Open dedicated DevTools for Node."$ cd jerryscript-debugger-ts$ yarn install$ ./jerry-debugger.shActual Result
After Step10: Script still pause at deactivated breakpoint

Expected Result
After Step10: Script should be executed without pause.
Test Builds
Additional Information