You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
After attaching debugger get the below error message.
Waiting for the debugger to attach...
Debugger attached.
Specify --help for a list of available options and commands.
System.Exception: TODO: Error: unrecognized option '--debug'
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.Execute(String[] args)
at Microsoft.Framework.PackageManager.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
BrennanConroy
changed the title
--debug passes argument on resulting in unrecognized option
--debug passes argument on, resulting in unrecognized option
Mar 16, 2015
After attaching debugger get the below error message.
Waiting for the debugger to attach...
Debugger attached.
Specify --help for a list of available options and commands.
System.Exception: TODO: Error: unrecognized option '--debug'
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.Execute(String[] args)
at Microsoft.Framework.PackageManager.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: