Skip to content

Commit

Permalink
Added another debug stub
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 21, 2011
1 parent 4b4b726 commit 561332b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/pdb/main.c
Expand Up @@ -9,6 +9,10 @@ main(void) {
Parrot_PMC *interp;
Parrot_Init_Args *initargs;

/* DEBUG */
printf("Reached line %d\n", __LINE__);
/* DEBUG */

/* Setup default initialization parameters */
GET_INIT_STRUCT(initargs);

Expand Down

0 comments on commit 561332b

Please sign in to comment.