Skip to content

Commit 6730486

Browse files
author
Colin Robertson
authored
Add a note to output.
1 parent 7a3f493 commit 6730486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/c-runtime-library/reference/signal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@ int main()
125125
}
126126
```
127127
128+
The output depends on the version of the runtime used, whether the app is a console or Windows app, and on Windows registry settings. For a console app, something like the following message may be sent to stderr:
129+
128130
```Output
129131
Debug Error!
130132
131-
Program: c:\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe
133+
Program: c:\Projects\crt_signal\Debug\crt_signal.exe
132134
133135
R6010
134136

0 commit comments

Comments
 (0)