Zaxnyd Posted May 22, 2007 Share Posted May 22, 2007 Is it possible to output the line of some given code, particularly for debugging? Pseuso-code: showLine();//output 1 showLine();//output 2 showLine();//output 3 //etc... Link to comment https://forums.phpfreaks.com/topic/52524-solved-debugging-output-code-line/ Share on other sites More sharing options...
taith Posted May 22, 2007 Share Posted May 22, 2007 __LINE__ Link to comment https://forums.phpfreaks.com/topic/52524-solved-debugging-output-code-line/#findComment-259176 Share on other sites More sharing options...
Zaxnyd Posted May 22, 2007 Author Share Posted May 22, 2007 Woot, rockin. Thanks T. Link to comment https://forums.phpfreaks.com/topic/52524-solved-debugging-output-code-line/#findComment-259179 Share on other sites More sharing options...
taith Posted May 22, 2007 Share Posted May 22, 2007 cheers Link to comment https://forums.phpfreaks.com/topic/52524-solved-debugging-output-code-line/#findComment-259187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.