development and debugging aids

Give it a try, it costs you nothing !
Post Reply
Stuart
Posts: 138
Joined: Fri Feb 19, 2021 7:46 pm
Has thanked: 5 times
Been thanked: 20 times

development and debugging aids

Post by Stuart »

Some small suggestions that I hope would be simple to implement but would be quite handy if they were available:

a) the ability to see the line number of the calling line if an error is in a subroutine
b) the ability to see the name of a variable that is missing and thus generating an error

these depend on the internals of the interpreter and so I can't judge how easy they would be

c) in line comments e.g. code /* comment */ code - this would help documentation

this should be quite simple, though of course has to get up the priority list!
User avatar
cicciocb
Site Admin
Posts: 2058
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: development and debugging aids

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Tue Dec 19, 2023 6:03 pm Some small suggestions that I hope would be simple to implement but would be quite handy if they were available:
c) in line comments e.g. code /* comment */ code - this would help documentation

this should be quite simple, though of course has to get up the priority list!
The comments can be easily done with the "comment" / "uncomment" buttons
image.png
You do not have the required permissions to view the files attached to this post.
Post Reply