Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Debugger
»
"SizeOf" does not work in the Evaluate/Modify wind
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 02:34:26 pm]
CudaText editor (written ...
by
andersonscinfo
[
Today
at 01:57:57 pm]
AdvancedHTTPServer: A Go-...
by
CynicRus
[
Today
at 01:19:40 pm]
AVRPascal – free code edi...
by
ackarwow
[
Today
at 10:57:09 am]
Olympic Rings (Interleave...
by
Boleeman
[
Today
at 10:34:01 am]
Unit decfloat
by
cdbc
[
Today
at 09:19:10 am]
RTTIPropertyGrid expand
by
ig
[
Today
at 09:11:09 am]
Embedded qss stylesheets ...
by
zeljko
[
Today
at 09:05:42 am]
Seven Kings (inc)
by
speter
[
Today
at 08:22:44 am]
about lazarus and android
by
zzzzzzz7
[
Today
at 04:06:51 am]
Remove region adjacent to...
by
n7800
[
Today
at 02:33:35 am]
Adjacent rectangles not a...
by
ron.dunn
[
Today
at 01:31:51 am]
Tutorial on creating a co...
by
Roland57
[January 16, 2026, 08:29:55 pm]
Newly revised TlistBox in...
by
wp
[January 16, 2026, 06:23:04 pm]
How to forward a Class in...
by
Hartmut
[January 16, 2026, 05:21:35 pm]
How to low level manage S...
by
Tommi
[January 16, 2026, 04:05:54 pm]
Drag and Drop Files; onDr...
by
msintle
[January 16, 2026, 01:27:54 pm]
AI, NLP and CAI: Text Gen...
by
microxa
[January 16, 2026, 12:13:42 pm]
[Solved] Stacked bars not...
by
wp
[January 16, 2026, 10:57:01 am]
Theoretical question. Laz...
by
Petrus Vorster
[January 16, 2026, 09:49:47 am]
[solved] Printout in Prin...
by
wwerner
[January 16, 2026, 07:25:31 am]
The compiler fails to war...
by
dseligo
[January 16, 2026, 01:41:21 am]
Mapping Images Like Odome...
by
SandyG
[January 15, 2026, 11:57:50 pm]
StrToDateTime problems
by
Aruna
[January 15, 2026, 11:56:02 pm]
unit init, finalize and i...
by
PascalDragon
[January 15, 2026, 09:46:49 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: "SizeOf" does not work in the Evaluate/Modify wind (Read 11310 times)
Hitnrun
New Member
Posts: 24
"SizeOf" does not work in the Evaluate/Modify wind
«
on:
July 03, 2007, 01:19:50 pm »
Am I missing something? The sizeof function is one of the "internal" functions, it seems strange to me that it doesn't work on the debugging windows...
If this is really the case, is it possible to talk directly do gdb while debugging on lazarus?
Logged
Vincent Snijders
Administrator
Hero Member
Posts: 2661
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #1 on:
July 03, 2007, 05:05:52 pm »
a function is a function, even if it is an internal function.
No, it is not possible to talk directly to gdb while debugging in Lazarus, but you can start gdb from the command line yourself and debug your app directly in gdb.
Logged
Marc
Administrator
Hero Member
Posts: 2671
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #2 on:
July 03, 2007, 06:09:42 pm »
Event then it will be hard. Please let me know if you were able to call a function
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Hitnrun
New Member
Posts: 24
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #3 on:
July 05, 2007, 12:09:23 am »
Hmm so I can't call any function on the evaluate window? Is this a gdb or fpc/lazarus limitation? It really makes debugging slower, but it can be overcomed.
Logged
Marc
Administrator
Hero Member
Posts: 2671
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #4 on:
July 05, 2007, 11:30:40 am »
by default ist turned off in gdb
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Hitnrun
New Member
Posts: 24
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #5 on:
July 06, 2007, 02:17:09 am »
So... the irresistible question... can we turn it on?
Logged
Marc
Administrator
Hero Member
Posts: 2671
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #6 on:
July 06, 2007, 02:00:17 pm »
I don't expect any usefull results from gdb, so I won't turn it on.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Hitnrun
New Member
Posts: 24
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #7 on:
July 06, 2007, 10:24:05 pm »
Ah it is only changeable inside lazarus source code? Ah ok, I thought there was an option somewhere.
Logged
Marc
Administrator
Hero Member
Posts: 2671
RE: "SizeOf" does not work in the Evaluate/Modify
«
Reply #8 on:
July 09, 2007, 11:22:18 am »
its an option for gdb, but this is not exposed since I expect lost of troubles with it.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Debugger
»
"SizeOf" does not work in the Evaluate/Modify wind
TinyPortal
© 2005-2018