-
-
Notifications
You must be signed in to change notification settings - Fork 429
Implement debug feature #590
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3e861b7
Implement first draft of debugger gRPC service
0119a90
Working stdio streaming
cmaglie a106a4f
Improved stdio passing via GRPC
cmaglie b16874d
Adjusted protoc definitions
cmaglie d9077eb
Handle errors gracefully
cmaglie e86ae80
Add recipe calculation to debug command
879367b
First implementation of debug
cmaglie 7648814
updated client example for testing
3960fea
Implement debug command
5228709
Implement copyStream
9d314ab
Refactor stream helpers
8d44e6f
Extract recipe creation from debug command
9923f62
Add test for debug recipe generation
378b8bf
Cosmetics here and there
74fa6df
Refreshed client example
e8d9071
Replace with utils function
3888017
Remove debug leftover
e0e07c5
Refreshed client example
c2681b3
Moved debug proto to its package
11452d5
Removed sketch.json
a85376f
Apply general cosmetics
83cf94e
Add test binaries
da07d3d
Added test case for windows path flavor
abc9353
Use path.FromSlash to test debug tool command generation cross platfo…
fa39675
Avoid pipe leaking via closing readers and writes in case of abnormal…
3650865
Update client example to better catch gdb prompt
34e7854
Error messages cosmetics
5d9be12
Use errors.Wrap instead of fmt.Errorf
cmaglie 600c1d5
Use errors.Wrap instead of fmt.Errorf
cmaglie 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
First implementation of debug
- Loading branch information
commit 879367b8e4c83fa578e35432e0a884d0feebd206
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
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.