Re: [Lazarus] Debugging in Lazarus, cannot inspect values at breakpoints...

2020-09-29 Thread Martin Frb via lazarus
On 29/09/2020 18:22, Martin Frb via lazarus wrote: On 29/09/2020 17:49, Bo Berglund via lazarus wrote: When I reach this breakpoint and I hover the mouse over Body.Text or Body.Count Lazarus shows a message saying: Body.Text = Type TSTRINGS has no component named TEXT and Body.Count = Type TSTR

Re: [Lazarus] Debugging in Lazarus, cannot inspect values at breakpoints...

2020-09-29 Thread Martin Frb via lazarus
On 29/09/2020 17:49, Bo Berglund via lazarus wrote: When I reach this breakpoint and I hover the mouse over Body.Text or Body.Count Lazarus shows a message saying: Body.Text = Type TSTRINGS has no component named TEXT and Body.Count = Type TSTRINGS has no component named COUNT What is that? I

[Lazarus] Debugging in Lazarus, cannot inspect values at breakpoints...

2020-09-29 Thread Bo Berglund via lazarus
So I am debugging an application that transfers data over a socket connection. I want to inspect received data so I put a breakpoint in the method that does the handling of the response. But when I get there and want to see what has been received Lazarus does not show it... Here is what I do: fun