We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debugging-git: add note on Pygments for source code highlighting
Emacs Windows path should have forward slashes
Fix whitespace issues Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Describe the sleep-in-a-loop trick to allow attaching gdb to processes when it is not possible to start them in gdb right away.
disable ASLR
Use the new homepage consistently We now use the domain gitforwindows.org, which is much easier to remember and quicker to type. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Add "-y" option to emacs install command to ensure package databases are updated.
Describe the straight-forward, if boring, debugging process when back traces are somehow messed up
Remove unnecessary step
Fix screenshot Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Add screenshot of GDB inside Emacs (courtesy of @jeffhost) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Explain how to use GDB inside Emacs (courtesy of @jeffhost)
To debug Git in GDB, ASLR needs to be disabled, in addition to the `-O2` flag
Explain how to set a break point to when an error message is about to be printed
This is a rough first version to get @ablaylock going in https://github.com/git-for-windows/git/issues/439