0 Members and 1 Guest are viewing this topic.
B_CALL _ClrLCDFullld
Aah ok About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some people
LESSON 16 NEXT WEEK
Quote from: DJ Omnimaga on June 25, 2010, 05:39:00 pmAah ok About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some peopleI've never work with debugging tools, so I wouldn't know anything about them. However, I've made my own debugging tools, so I might be able to make a brief comment on something like that. Chances are, if I know something valuable about debugging, people who read these lessons will realize what that "valuable something" is without me having to tell them. It's a rather interesting psychological phenomonen.LESSON 16 NEXT WEEK
Quote from: Hot_Dog on June 25, 2010, 07:13:18 pmQuote from: DJ Omnimaga on June 25, 2010, 05:39:00 pmAah ok About the tutorial, I wonder if you planned to add a section on debugging (tips, tricks, such as making your program display some used values on the screen during program execution and other stuff)? This is one part that might be useful to some peopleI've never work with debugging tools, so I wouldn't know anything about them. However, I've made my own debugging tools, so I might be able to make a brief comment on something like that. Chances are, if I know something valuable about debugging, people who read these lessons will realize what that "valuable something" is without me having to tell them. It's a rather interesting psychological phenomonen.LESSON 16 NEXT WEEKAaah ok. Well, I meant more stuff such as how in BASIC, to check if I some code is executed at all, I'll add a pause or wait for keypress command before it or other smaller tricks that doesn't involve using debuggers.
I apologize that lesson 16 is delayed till next week. Reworking the S.A.D. engine has been worth it (you'll get hotkeys sooner than you think, for example), but it has taken up a lot of my time.