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... Quote 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__ Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.