Altyrost

Results 3 issues of Altyrost

### Is your feature request related to a problem? Please describe. Right now, it is possible to configure the debugger with the "xmake.customDebugConfig" in the settings.json. This is very usefull...

feature request

While working with the example of subparsers in the documentation, with `git`: `some_exe submodule` is considered valid by the parser, even if the subparser cannot have any other argument than...

Example: ``` struct Bar { double value; } void foo() { Bar bar = {1.}; } void bar(){} ``` Found func count : 1, name "foo.bar"