On 30/09/2014 03:13, Xiangrong Fang wrote:
Hi All,

While I hover mouse over a variable during debugging, I often get popups shown as attached.

Is there any known problem of the debugger, or I have to do some setup/tweak?


What is your FPC Version? (Lazarus version too?)

Did you compile with stabs or dwarf (and if that is in a package, did the package have the same setting as the project?). Try either one.

Is this only in the first line of a procedure? Will it work if you step a line into the procedure? Try compiling with all optimization off -O- (make sure there is no -O in any hidden config / check the compiler output, and fpc.cfg)

http://wiki.lazarus.freepascal.org/Debugger_Setup
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to