Nathan, do you use debug or release build when generating the binaries? Can we provide a build with debugging information preserved (to support gdb) and with sourcetree, buildtree bundled ?
I am guessing something like
- apt-get install rose-debug
- apt-get install rose-src
- apt-get install rose-build
The goal is that users can easily obtain a copy of rose installed, and support debugging things.
Thanks!