Python debugger support for Python 3 (in addition to Python 2)#4678
Python debugger support for Python 3 (in addition to Python 2)#4678zmedico wants to merge 1 commit into
Conversation
41e59b1 to
484fbe9
Compare
99bab4c to
5961da7
Compare
galpeter
left a comment
There was a problem hiding this comment.
Have you tried running the debugger tests? ./tools/run-tests.py --jerry-debugger for me this returned various errors which should be also fixed for Python 3.
(I've did a quick hackish changes to resolve some of them: https://gist.github.com/galpeter/a6ac851b6ab113aaad62d60001c5df23 )
5961da7 to
622ec35
Compare
I've included your changes, and the debugger tests do pass with them. Thank you! I will look into making you suggested |
- Added safe_ord compatibility to pass through int arguments - Fixed JerryDebugger to decode bytes as utf8 strings when necessary - Fixed WebSocket send_message method to use packed_data[0:1] bytes slice JerryScript-DCO-1.0-Signed-off-by: Zac Medico <zmedico@gmail.com>
622ec35 to
22d8b90
Compare
|
this can be closed, python3 is already supported? |
Thank you! Closing now. |
JerryScript-DCO-1.0-Signed-off-by: Zac Medico zmedico@gmail.com