About
Contact
QtCreator
KDevelop
Solarized
1
#include
<stdio.h>
2
3
int
main
(
int
argc
,
char
const
*
argv
[],
char
const
*
envp
[])
4
{
5
puts
(
s:
"stop here"
);
// Set breakpoint here
6
puts
(
s:
"hello"
);
7
puts
(
s:
"Set tid-specific breakpoint here"
);
8
return
0
;
9
}
10