DebugClients/Python3/__init__.py

Sun, 24 Jul 2016 20:59:57 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sun, 24 Jul 2016 20:59:57 +0200
branch
debugger speed
changeset 5062
904225763ac0
parent 4631
5c1a96925da4
permissions
-rw-r--r--

Code prevented to stop other than in main file on sys.breakpoint.

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

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

"""
Package implementing the Python3 debugger.

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

eric ide

mercurial