atom-debugger icon indicating copy to clipboard operation
atom-debugger copied to clipboard

Custom paths

Open kankaristo opened this issue 9 years ago • 1 comments

Thanks for this package!

Would it be possible to have configuration options for where the source files are? Ideally, these would be project specific, but just having a global setting would be a good start.

Currently, atom-debugger seems to expect both the executable and the source files to be under the project root?

I have my executable under ./build/ and source files under ./src/ (from the project root). There are a lot of other files belonging to the project, and having ./src/ as the project root in Atom is a bit uncomfortable to use.

I'm not sure how atom-debugger controls gdb, but these should be quite easy to customize with the --directory and --exec options?

kankaristo avatar Jun 07 '15 17:06 kankaristo

@kankaristo Thank you, I will try to fix it in next version.

xndcn avatar Jun 08 '15 02:06 xndcn