Re: Strategy for Snaps with Debugging Symbols

2017-03-28 Thread Dmitrii Shcherbakov
Just wanted to add that if we went for the approach where we replace an application with its debug version, another issue is that complex applications may behave differently depending on added instrumentation in a debug build. For example, if you added debugging code that slows down an application

Re: Strategy for Snaps with Debugging Symbols

2017-03-28 Thread Christian Ehrhardt
On Tue, Mar 28, 2017 at 8:13 AM, Alfonso Sanchez-Beato < alfonso.sanchez-be...@canonical.com> wrote: > > One idea for snaps is to use -dbg tracks which are going to contain snaps > > with embedded debugging symbols. Of course, some snaps may contain a > number > > of services so you'd have to cust

Re: Strategy for Snaps with Debugging Symbols

2017-03-27 Thread Alfonso Sanchez-Beato
On Fri, Mar 24, 2017 at 6:49 PM, Dmitrii Shcherbakov < dmitrii.shcherba...@canonical.com> wrote: > Hi everybody, > > My question is in the context of a libvirt & qemu snap but I think it is > worthwhile to discuss that for any software written in C, C++ or other > compiled languages for which debu