mritter Posted July 31, 2006 Posted July 31, 2006 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.
Pliek Posted August 1, 2006 Posted August 1, 2006 (edited) 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. Edited August 1, 2006 by Pliek
Kelsenellenelvian Posted August 1, 2006 Posted August 1, 2006 I have used show source once or twice and I have never used debug mode.
sadicq Posted August 1, 2006 Posted August 1, 2006 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.
Djé Posted August 1, 2006 Posted August 1, 2006 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.+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.
mritter Posted August 1, 2006 Author Posted August 1, 2006 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.
mritter Posted August 2, 2006 Author Posted August 2, 2006 Debug Mode is gone. Still waiting on a 2/3 vote for Show Source.
Shindo_Hikaru Posted August 2, 2006 Posted August 2, 2006 I use it to troubleshoot simple errors, nothing more.
zorphnog Posted August 2, 2006 Posted August 2, 2006 I like the show source code button. Very useful for viewing the runtime source. Keep it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now