Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.53 KB

File metadata and controls

27 lines (22 loc) · 1.53 KB

Features

The higher they are on the list the more important it is they should be finished first.

  • Returning the user's cursor to the original location where :Debug was called.

Unsure

Features that I'm not sure if it should be implemented or not.

Completed

  • (46a6a70) Closing the entire tab created for the debugging session when either the terminal.
  • (5226dbd) Create a way to change behavior via setup function
  • (fb9a91f) Tab completion for file names when prompts are enabled. For both specifying source and binary files.
  • (50724b6) Save the name of the binary in a variable per nvim session

Abandoned

Feel free to implement these features. But please discuss this with others.

  • Identify project root based on common files.
    • Detect the name of the binary.

Additional notes

This file contains features that I want to have implemented. If you feel that a feature is unnecessary or irrelevant free to discuss the relevancy of each feature listed here. For now just create an issue with the tag "feature-relevancy".

The format of the issue is as follows.

  1. The exact name of the feature. Copy and paste it.
  2. Why you think it is not needed.