-
Notifications
You must be signed in to change notification settings - Fork 124
Add multi-process support #461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
JulianvDoorn
wants to merge
26
commits into
WebFreak001:master
Choose a base branch
from
JulianvDoorn:multi-process
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5ccec73
Add multi-process support
LeszekSwirski 92c61ff
Improvements to multi-processing
JulianvDoorn 96a1909
POC for multiple debug sessions
JulianvDoorn 8fd02d8
Fixed passing of events. Now it properly shows two stack traces in su…
JulianvDoorn d81d63d
Reuse threadRequest code between superior and inferior
JulianvDoorn 99d76f1
Stability improvements
JulianvDoorn 4df215d
Remove dependency on vscode-debugadapter-node changes
JulianvDoorn 1807c8d
Fixed improved thread-specific commands
JulianvDoorn a67e92e
More improvements
JulianvDoorn 4f08c34
Removed logging
JulianvDoorn 4198fde
Large refactoring
JulianvDoorn ccc295c
Cleaned up miinferior.ts
JulianvDoorn bc6a0b8
Removed excessive whitespace
JulianvDoorn 261a4b5
Improved exit handling
JulianvDoorn 10c496d
Added multiProcess guards
JulianvDoorn 22e915b
Moved constructor up and formatted fields
JulianvDoorn 74d6e61
Fixed access specifiers
JulianvDoorn cc77c0e
Remove unused variables
JulianvDoorn d6f7ea4
Commit package.json changes
JulianvDoorn f1c6115
Change type to mi-inferior
JulianvDoorn 6194b23
Let OS pick port
JulianvDoorn 62c4073
Improved startDebugging event of children
JulianvDoorn 7ada83d
Removed required attach attributes
JulianvDoorn 4bcd7f7
Introduce sendEventToDebugSession and use it
JulianvDoorn 3a13804
Add program exit logging statement
JulianvDoorn 7b26d45
Improved subprocess exit handling
JulianvDoorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This interface does not correspond with the actual implementation