From 568d907f4947f0cd4ea42ec644ceb9c21d1bee3e Mon Sep 17 00:00:00 2001 From: Igor Kulaychuk Date: Mon, 17 Jul 2017 15:15:00 +0300 Subject: [PATCH] Allow to run debugger without arguments --- src/debug/netcoredbg/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/debug/netcoredbg/main.cpp b/src/debug/netcoredbg/main.cpp index 6a591d1..5598673 100644 --- a/src/debug/netcoredbg/main.cpp +++ b/src/debug/netcoredbg/main.cpp @@ -759,12 +759,6 @@ void print_help() int main(int argc, char *argv[]) { - if (argc <= 1) - { - print_help(); - return EXIT_FAILURE; - } - DWORD pidDebuggee = 0; for (int i = 1; i < argc; i++) -- 2.7.4