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
The best name for procedu...
by
Thausand
[
Today
at 07:15:12 pm]
var vs out
by
Paolo
[
Today
at 06:37:35 pm]
Identify network devices
by
gidesa
[
Today
at 06:01:48 pm]
[UNSOLVED] Splitting an i...
by
madref
[
Today
at 05:40:09 pm]
Error installing EyeCandy...
by
madref
[
Today
at 05:21:41 pm]
Lazarus Bugfix Release 4....
by
geraldholdsworth
[
Today
at 04:55:42 pm]
[Solved[ How to define th...
by
Mike.Cornflake
[
Today
at 03:42:11 pm]
Dataset EnableControls/Di...
by
Mike.Cornflake
[
Today
at 03:37:42 pm]
'ReadStr' ?
by
J-G
[
Today
at 03:07:16 pm]
Debugging in a real termi...
by
Martin_fr
[
Today
at 02:59:09 pm]
how to bring in view the ...
by
Aruna
[
Today
at 02:33:55 pm]
Is it possible to communi...
by
dbannon
[
Today
at 02:15:44 pm]
TFPHTTPServer DDoS protec...
by
LemonParty
[
Today
at 12:54:23 pm]
enable easy marker moveme...
by
Paolo
[
Today
at 12:10:00 pm]
Unleashed Pascal (async/a...
by
creaothceann
[
Today
at 12:09:09 pm]
MOVED: soucis scrollbars ...
by
Martin_fr
[
Today
at 11:09:38 am]
soucis scrollbars V4.8 ?
by
Martin_fr
[
Today
at 11:08:13 am]
Star Wars Galaxian
by
PierceNg
[
Today
at 10:37:08 am]
[closed] Is case for stri...
by
egsuh
[
Today
at 10:27:17 am]
Automatic generation of *...
by
dbannon
[
Today
at 09:00:50 am]
Gtk3 becomes default widg...
by
dbannon
[
Today
at 08:44:10 am]
TurboBird for FireBird 5
by
laguna
[
Today
at 07:45:04 am]
Bugs caused by the weathe...
by
dsiders
[
Today
at 04:40:59 am]
Lazarus Bugfix Release 4....
by
moinsen
[
Today
at 12:57:37 am]
Lazarus IDE plugin that i...
by
BSaidus
[August 10, 2026, 11:21:20 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: "SizeOf" does not work in the Evaluate/Modify wind (Read 11439 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: 2706
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: 2706
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: 2706
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: 2706
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