((PHPDBG_G(flags) & PHPDBG_IS_COLOURED) ? "\033[1;64mphpdbg>\033[0m " : "phpdbg> ")
#define PHPDBG_SEP_LINE(TSRMLS_D) do {\
printf("%s--------------------------------------%s\n", PHPDBG_BOLD_LINE(TSRMLS_C), PHPDBG_END_LINE(TSRMLS_C));\
- } while(0) /* }}} */
+ } while(0) /* }}} */
#endif /* PHPDBG_H */
PHPDBG_HELP(break) /* {{{ */
{
printf("Setting a breakpoint stops execution at a specific stage.\n");
- printf("\n");
printf("For example:\n");
printf("\t%sbreak test.php:1\n", PHPDBG_PROMPT_LINE(TSRMLS_C));
printf("Will break execution on line 1 of test.php\n");