Skip to content

Commit

Permalink
Merge pull request #740 from jclsn/pre-launch-strategy-proposals
Browse files Browse the repository at this point in the history
Add a pre-launch building strategy proposal to the docs
  • Loading branch information
mergify[bot] authored Apr 21, 2023
2 parents 6c346fb + e6a40a2 commit cc768ee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,16 @@ NOTE: This is a fairly advanced feature requiring some nontrivial vimscript.
It's possible that this feature will be incorporated into Vimspector in future
as it is a common requirement.
## Pre-launch building strategies
In many cases you will want to rebuild your project before starting a new debugging
session. Vimspector is not a task manager and implementing this functionality
is out of the scope of this project. However, there are some strategies described in the
[community wiki](https://github.com/puremourning/vimspector/wiki/Pre-launch-building-strategies)
to achieve similar functionality.
## Disabling the WinBar
You can tell vimspector not to draw the WinBar (the toolbars in the code,
Expand Down
25 changes: 17 additions & 8 deletions doc/vimspector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,13 @@ Contents ~
9. Customisation |vimspector-customisation|
1. Changing the default signs |vimspector-changing-default-signs|
2. Sign priority |vimspector-sign-priority|
3. Presentation Hints |vimspector-presentation-hints|
4. Changing the default window sizes |vimspector-changing-default-window-sizes|
5. Changing the terminal size |vimspector-changing-terminal-size|
6. Custom mappings while debugging |vimspector-custom-mappings-while-debugging|
7. Disabling the WinBar |vimspector-disabling-winbar|
8. Advanced UI customisation |vimspector-advanced-ui-customisation|
9. Customising the WinBar |vimspector-customising-winbar|
10. Example |vimspector-example|
3. Changing the default window sizes |vimspector-changing-default-window-sizes|
4. Changing the terminal size |vimspector-changing-terminal-size|
5. Custom mappings while debugging |vimspector-custom-mappings-while-debugging|
6. Pre-launch building strategies |vimspector-pre-launch-building-strategies|
7. Advanced UI customisation |vimspector-advanced-ui-customisation|
8. Customising the WinBar |vimspector-customising-winbar|
9. Example |vimspector-example|
10. FAQ |vimspector-faq|
11. References |vimspector-references|

Expand Down Expand Up @@ -2789,6 +2788,16 @@ It's possible that this feature will be incorporated into Vimspector in future
as it is a common requirement.

-------------------------------------------------------------------------------
*vimspector-pre-launch-building-strategies*
Pre-launch building strategies ~

In many cases you will want to rebuild your project before starting a new debugging
session. Vimspector is not a task manager and implementing this functionality
is out of the scope of this project. However, there are some strategies described in the
community wiki to achieve similar functionality.

https://github.com/puremourning/vimspector/wiki/Pre-launch-building-strategies

*vimspector-disabling-winbar*
Disabling the WinBar ~

Expand Down

0 comments on commit cc768ee

Please sign in to comment.