Skip to content

Commit

Permalink
Provide json as the output of messages from pydevd -- initial proof o…
Browse files Browse the repository at this point in the history
…f concept dealing with only a couple of messages (microsoft#1039).
  • Loading branch information
fabioz committed Dec 13, 2018
1 parent 4950b1f commit 457aa37
Show file tree
Hide file tree
Showing 23 changed files with 16,903 additions and 823 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import sys
import threading
import traceback
import warnings

from _pydev_bundle._pydev_filesystem_encoding import getfilesystemencoding
from _pydev_bundle.pydev_imports import xmlrpclib, _queue
from _pydevd_bundle.pydevd_constants import Null, IS_PY3K

Queue = _queue.Queue
from _pydevd_bundle.pydevd_constants import *

#This may happen in IronPython (in Python it shouldn't happen as there are
#'fast' replacements that are used in xmlrpclib.py)
Expand Down
Empty file.
Loading

0 comments on commit 457aa37

Please sign in to comment.