debugging the sequence


puzzle

Recommended Posts

I have defined some classes and try to debug them. Looks like I cannot step into those functions defined inside class but I do have noticed that those functions have been executed. I just wonder if it is possible to step into those functions. Thanks a lot!

Link to comment
Share on other sites

No, you cannot. This is one of the reasons OOP in DF has not been "officially" released. The oop part works fine, but there are some niceties missing like stepping through member functions and error messages with proper line numbers (right now, error messages list line numbers from the beginning of the function, not the sequence, so you have to count).

I tend to use a lot of ? statements so I can follow what is going on.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.