forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
Description
Including but not limited to:
- automatic copying of files
- Add default path mappings for remote debugging (Automatically infer local and remote path mappings for remote debugging #1385)
- automatic symbol detection (Automatically infer local and remote path mappings for remote debugging #1385)
- docker
- Validate remote IP and port (for attach)
- Debug existing remote python process? (Attach the debugger to a remote instance of python process #1669)
- what else?
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisions
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
DonJayamanne commentedon Sep 20, 2018
@qubitron
Can we break this into separate sub-tasks & work on individual manageable & deliverable features. Else this is a large item.
Step 1: Attach
I believe the most basic feature we should work on is improving the existing
attach
scenario, and move on from there.Pros:
Options for UI
2 Go ahead with a richer UI (similar to Jupyter)
I believe this would be better as the UI would be richer.
I.e. lots of configuration items, that would be best captured in a custom UI.
luabud commentedon Aug 17, 2021
Closing as we now have the Remote - SSH extension.