Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Remove ptvsd.debugger.run()
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed May 21, 2019
1 parent ef6efe2 commit 2ef2bd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ptvsd/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ def debug(filename, port_num, debug_id, debug_options, run_as):
# debug_options are ignored, because they will be passed later via DAP "launch" request.

run()

# A legacy entrypoint for Visual Studio, to allow older versions to work with new ptvsd.
# All new code should use the entrypoints in __main__ directly.
#def run(filename, port_num, run_as):
# ptvsd.options.no_debug = True
# return debug(filename, port_num, None, None, run_as)

0 comments on commit 2ef2bd9

Please sign in to comment.