Hi, I hope someone can assist here. I couldn't come with better title, sorry.
I write a test application and I want to run the compiled code without installing. So I build using make -f debian/rules build and then run
LD_LIBRARY_PATH=obj-x86_64-linux-gnu/src/testapp obj-x86_64-linux-gnu/src/testapp/testapp
but I do not get any debugging symbols and no debugging output with kdDebug. tqDebug works, but this is not what I want.
How can I compile so that I can have the debugging with kdDebug without building dbgsym packages.
Does someone have an advise.
thanks