Skip to content

Commit 75bbdab

Browse files
committed
List all available debug types in an error message
1 parent 368aeb9 commit 75bbdab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Compilers/CSharp/Portable/CSharpResources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compilers/CSharp/Portable/CSharpResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep
30713071
<value>Warning level must be in the range 0-4</value>
30723072
</data>
30733073
<data name="ERR_BadDebugType" xml:space="preserve">
3074-
<value>Invalid option '{0}' for /debug; must be full or pdbonly</value>
3074+
<value>Invalid option '{0}' for /debug; must be 'portable', 'embedded', 'full' or 'pdbonly'</value>
30753075
</data>
30763076
<data name="ERR_BadResourceVis" xml:space="preserve">
30773077
<value>Invalid option '{0}'; Resource visibility must be either 'public' or 'private'</value>

0 commit comments

Comments
 (0)