Re: Variable information is not available in debugger

2024-09-11 Thread Michael Bien
Hi Will, On 11.09.24 19:45, Will Hartung wrote: I'm sorry, my earlier message was prematurely sent, so this is the complete message (I hope), I've been debugging some code and dropping into some libraries. While I have the source code, when I mouse over local variables, I get the message:

Variable information is not available in debugger

2024-09-11 Thread Will Hartung
I'm sorry, my earlier message was prematurely sent, so this is the complete message (I hope), I've been debugging some code and dropping into some libraries. While I have the source code, when I mouse over local variables, I get the message: Variable information is not available, source compiled

Variable information is not available in debugger

2024-09-11 Thread Will Hartung
I've been debugging some code and dropping into some libraries. While I have the source code, when I mouse over local variables, I get the message: Variable information is not available, source compiled without -g option. Now apparently, -g has several options: source, lines, and vars. The code