From: Igor Kulaychuk Date: Mon, 17 Jul 2017 12:15:00 +0000 (+0300) Subject: Allow to run debugger without arguments X-Git-Tag: submit/tizen/20180620.071641~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=568d907f4947f0cd4ea42ec644ceb9c21d1bee3e;p=sdk%2Ftools%2Fnetcoredbg.git Allow to run debugger without arguments --- 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++)