Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Miscellaneous
»
Suggestions
»
IDE/CodeTools
»
Inline Evaluation Plugin
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[SOLVED] How to typecast ...
by
GetMem
[
Today
at 09:17:26 pm]
Lazarus Release 2.0.12
by
Martin_fr
[
Today
at 09:03:56 pm]
Download of FPC 3.2 for R...
by
Mi-Ki
[
Today
at 08:34:36 pm]
Using ffmpeg to capture v...
by
BosseB
[
Today
at 07:40:27 pm]
[Index] My Collections of...
by
OkobaPatino
[
Today
at 07:38:00 pm]
View Byte as Bits matrix
by
winni
[
Today
at 07:36:58 pm]
Fpcupdeluxe
by
DonAlfredo
[
Today
at 07:28:27 pm]
autocompletado automatico
by
delphin
[
Today
at 07:20:24 pm]
No puedo conectar a SQLit...
by
delphin
[
Today
at 07:17:43 pm]
BGRABitmap - Paragraph wi...
by
circular
[
Today
at 06:55:20 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Inline Evaluation Plugin (Read 4674 times)
AlbertHosteen
Newbie
Posts: 1
Inline Evaluation Plugin
«
on:
November 23, 2017, 12:34:17 pm »
Hello,
Im dont understand much much the "wheels and levers" within the Lazarus project, but could it be possible to create plugin for an inline evaluation directly in the editor?
As in this project for Delphi:
https://github.com/lynatan/DLight
Logged
JuhaManninen
Global Moderator
Hero Member
Posts: 3965
I like bugs.
Re: Inline Evaluation Plugin
«
Reply #1 on:
November 23, 2017, 02:16:28 pm »
Wow, looks cool!
It should be possible already now although not trivial.
IMO the new FP debugger should be finished and used in the IDE first before such evaluation plugins. It will make things faster and more robust.
Logged
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.
Martin_fr
Administrator
Hero Member
Posts: 6874
Debugger - SynEdit - and more
Re: Inline Evaluation Plugin
«
Reply #2 on:
November 23, 2017, 08:23:29 pm »
Possible? It is open source, so yes.
Priority at present: Sadly not. That is there are too many other things that need to be done first.
--------------------
That said: Have you looked at the debug history? It is not as comfortable as, but it also lets you see past values of variables. (Only if they are in the watch, or locals window)
So if you stepped to a certain line, and find some value is wrong, then you can select previous lines (if you used "step") and see what the value was.
http://wiki.lazarus.freepascal.org/IDE_Window:_Debug_History
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Miscellaneous
»
Suggestions
»
IDE/CodeTools
»
Inline Evaluation Plugin
TinyPortal
© 2005-2018