eric6/DebugClients/Python/__init__.py

Tue, 06 Oct 2020 17:55:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 06 Oct 2020 17:55:10 +0200
changeset 7760
fcd3322bf6ed
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Python debugger backend: modified code to convert bytes and bytearray objects to their representation before sending them via JSON.

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the standard Python debugger.

It consists of different kinds of debug clients.
"""

eric ide

mercurial