Skip to content

Commit

Permalink
Add debugging for build_argv
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid authored and dscho committed Apr 6, 2024
1 parent fc18816 commit 619f259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions winsup/cygwin/dcrt0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ build_argv (char *cmd, char **&argv, int &argc, int winshell, int glob)
argvlen = 0;
argv = NULL;

debug_printf ("cmd = '%s', winshell = %d, glob = %d", cmd, winshell, glob);

/* Scan command line until there is nothing left. */
while (*cmd)
{
Expand Down

0 comments on commit 619f259

Please sign in to comment.