Hello!
When I had a deeper look into VDR, I wondered why there seems to be no debugging facility. I added the following to VDR's Makefile:
debug: CFLAGS += -DDEBUG -ggdb3 -O0 debug: CXXFLAGS += -DDEBUG -ggdb3 -O0 debug: all
... so "make debug" creates an executable where no variables are optimized out and and no statements are reordered. I guess this could be useful for other people as well. Or did I miss something and this is already included somewhere?
Ciao, Eike
PS: Sorry, I misdirected this mail to vdr-owner@linuxtv.org first.