atom-debugger
atom-debugger copied to clipboard
Custom paths
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 Thank you, I will try to fix it in next version.