mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgsm.c (main): New option --debug-wait n, so that it is
possible to attach gdb when used in server mode.
This commit is contained in:
parent
61ba223221
commit
b47b62b5f5
3 changed files with 23 additions and 17 deletions
|
@ -187,14 +187,6 @@ start_agent (void)
|
|||
}
|
||||
|
||||
log_debug ("connection to agent established\n");
|
||||
|
||||
if (DBG_AGENT)
|
||||
{
|
||||
log_debug ("waiting for debugger [hit RETURN when ready] .....\n");
|
||||
getchar ();
|
||||
log_debug ("... okay\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue