[mythtv] Dumb slightly off topic question

Luc Gallant llgallan at engmail.uwaterloo.ca
Thu Oct 13 00:10:00 UTC 2005


One thing you have to watch out for with the debugger, and I found this out the
hard way. If the code is optimized (O1, O2, O3), the debugger will not follow
exactly. Try compiling without optimizations. Another thing you can try is to
put fprintf statements around the lines you want (put like 3 statements before
and 3 after) and it will occasionally cause the code not to compile optimized
there, sometimes allowing you to use the debugger better.

Try that, let us know.

Luc Gallant



----------------------------------------
This mail sent through www.mywaterloo.ca


More information about the mythtv-dev mailing list