main is usually a function
char* main = "usually a programming blog";
Showing posts with label
debugging
.
Show all posts
Showing posts with label
debugging
.
Show all posts
Tuesday, September 18, 2012
Tracking down unused variables with Pyflakes and git bisect
›
I was working on a Python project when I noticed a variable that was defined but never used. Does this indicate that some important code was...
208 comments:
Thursday, January 19, 2012
Embedding GDB breakpoints in C source code
›
Have you ever wanted to embed GDB breakpoints in C source code? int main() { printf( "Hello, \n " ); EMBED_BREAKPOINT; ...
755 comments:
›
Home
View web version