Update the zero-to-swift-nvim documentation.#1357
Open
da-viper wants to merge 3 commits intoswiftlang:mainfrom
Open
Update the zero-to-swift-nvim documentation.#1357da-viper wants to merge 3 commits intoswiftlang:mainfrom
da-viper wants to merge 3 commits intoswiftlang:mainfrom
Conversation
Add a new section for setting up swift debugging in neovim. Including the steps, plugins needed to have a debug session.
Contributor
Author
|
@swift-ci test |
| return { | ||
| { | ||
| "mfussenegger/nvim-dap", | ||
| ... |
There was a problem hiding this comment.
for someone who is following along, this is a bit misleading. This block is supposed to be the same you had before, but this is not stated anywhere and the ... would make copy pasting break.
If you want to build this file incrementally, I would suggest you start with empty stubs for the helper functions on the very top of this file, with a comment -- Implemented below
Contributor
Author
There was a problem hiding this comment.
and the ... would make copy pasting break.
I don't not want to add the entire file anytime I add a new snippet. Unless there is another way to denote. the previous snippet does not change.
| -- env = { LLDBDAP_LOG = "/path/to/store/lldb-dap.log" }, | ||
| }, | ||
| } | ||
| end, |
| -- debug/plugins/debug.lua | ||
| ... | ||
| { | ||
| "rcarriga/nvim-dap-ui", |
There was a problem hiding this comment.
are you missing a description of this part?
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a new section for setting up Swift debugging in Neovim.
Modifications:
Include the steps and plugins needed to have a debug session.
Add document possible issues users may have when setting up the debugger.
Result:
A good swift debugging experience in neovim.