Skip to content
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

Copy file name with line no #241

Open
ZhiruiLi opened this issue Sep 30, 2020 · 2 comments
Open

Copy file name with line no #241

ZhiruiLi opened this issue Sep 30, 2020 · 2 comments
Assignees
Labels
enhancement Indicates new feature requests help wanted user-feedback

Comments

@ZhiruiLi
Copy link

Is your feature request related to a problem? Please describe.
When using command line debugger like gdb, there is a common case that I need to set breakpoint for some specific line. The syntax is: b myfile.cpp:123. But currently I can only copy the filename without line no.

Describe the solution you'd like
Produce a new command like fileutils.copyFileNameAndLine which can copy current filename with lineno like myfile.cpp:123.

Describe alternatives you've considered
It may be more flexible that it can also produce some template ability like fileutils.copyTemplate which can consume a template like b ${fileName}:${lineno} and replace the ${fileName} and ${lineno} with actual value.

@sleistner sleistner added enhancement Indicates new feature requests user-feedback labels Oct 25, 2020
@amordo
Copy link

amordo commented Dec 1, 2021

I'd like to see this feature too, but seems the extension is no longer supported (last updated 23/02/2021, 01:06:15)😞

@sleistner
Copy link
Owner

development and support is still on, hopefully there's more time for it during Christmas vacation.

@sleistner sleistner self-assigned this Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests help wanted user-feedback
Projects
None yet
Development

No branches or pull requests

3 participants