saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

Is it possible to set breakpoint in *.c file for trace code? #683

Open YuanPeir-Chen opened 1 year ago

YuanPeir-Chen commented 1 year ago

Hi I would like to trace libuvc to modify some functions. Is it possible to set a breakpoint in *.c file from Android Studio IDE?

I try to set the breakpoint, but Android feedback "The breakpoint will not currently be hit. No executable code "

Thanks