Page 1 of 1
Debug and Show Source Still useful?
#1
Posted 31 July 2006 - 01:35 PM
Does anyone still use the Debug Mode or look at the source code with Show Source button? I feel they are fast becoming obsolete and should be removed. But if anyone still uses them, post here so I know and will leave them in.
#2
Posted 01 August 2006 - 12:40 AM
What's the use off debug...it says software won't install that way, but it really does.
So where do you use it for ?? if someone can tell me , maybe I start using it then.
Leave it out I should say right now, or someone has a answer to the question above........
Thanks.
So where do you use it for ?? if someone can tell me , maybe I start using it then.
Leave it out I should say right now, or someone has a answer to the question above........
Thanks.
This post has been edited by Pliek: 01 August 2006 - 12:42 AM
#3
Posted 01 August 2006 - 03:45 AM
I have used show source once or twice and I have never used debug mode.
#4
Posted 01 August 2006 - 04:00 AM
As I already told mritter in an email I sent him yesterday, "show source" is not a big help in the form it is now.
But if we add line numbers, a copy function and an "export to file" function, then it may be useful.
Anyway, I never used either of them, although I just wanted to try the "show source" last night to trace a bug.
But if we add line numbers, a copy function and an "export to file" function, then it may be useful.
Anyway, I never used either of them, although I just wanted to try the "show source" last night to trace a bug.
#5
Posted 01 August 2006 - 07:03 AM
sadicq, on Aug 1 2006, 11:00 AM, said:
As I already told mritter in an email I sent him yesterday, "show source" is not a big help in the form it is now.
But if we add line numbers, a copy function and an "export to file" function, then it may be useful.
Anyway, I never used either of them, although I just wanted to try the "show source" last night to trace a bug.
But if we add line numbers, a copy function and an "export to file" function, then it may be useful.
Anyway, I never used either of them, although I just wanted to try the "show source" last night to trace a bug.
+1
And to be useful, debug should write to the log file, not only to the small space at the top of the screen.
Also, the position & whatfunc variables should be arrays that stores the function calls:
It should add a new element at the beginning of the function like it's done now, but also pop it out at the end of the function.
The error function will then be accurate by displaying the last elements of the arrays.
#6
Posted 01 August 2006 - 04:49 PM
I have been trying to think of a way to get the whatfunc variable to return to the previous calling function for some time now. The last call of every function could be to set it back, no problem. The problem that arises is that for every return call it would have to be set back there as well. Would add a lot of lines. The same would have to happen for position variable.
If there was a way to check/catch when leaving a function, by getting to the end or a return, then it would be easier.
If there was a way to check/catch when leaving a function, by getting to the end or a return, then it would be easier.
#7
Posted 01 August 2006 - 07:34 PM
Debug Mode is gone. Still waiting on a 2/3 vote
for Show Source.
#9
Posted 02 August 2006 - 05:41 AM
I use it to troubleshoot simple errors, nothing more.
#10
Posted 02 August 2006 - 07:52 AM
I like the show source code button. Very useful for viewing the runtime source. Keep it.
Share this topic:
Page 1 of 1



Help
Back to top









