Problem: I wish to hack and solve Bidirectionality related bugs in Lyx. However, I don't want to read all and understand all the code in Lyx, but only the code related to cursor movement, character insertion, etc. How can I find the relevant pieces of code quickly? Suggested Solution: Run Lyx with a debugger, have the debugger print constantly which functions from lyx sources (so that printf() wouldn't litter the output) are being called, now press left, and watch the execution flow, based on that locate the required code.
Is there any way to do that with gdb? Any other smart solution? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
