Quantcast
Viewing all articles
Browse latest Browse all 2849

Programming • Re: GDB doesn't work

If you still have the problem, you could prevent the warning "can't find source file" when you step into scanf by adding a file .gdbinit in you home directory and add the line

Code:

skip -gfi ./stdio-common/*
Then best restart Geany and try if it works now.

Statistics: Posted by blackbird — 2024-08-01 19:50



Viewing all articles
Browse latest Browse all 2849

Trending Articles