Debugging Git
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

16 Commits

Author SHA1 Message Date
Johannes Schindelin
1854c70bf9 Replace all page contents with links to the new location
This trick was performed via:

  git ls-files \*.md |
  while read f
  do
    pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59
    url=https://gitforwindows.org/${f%.md}
    echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f"
  done

There are two pages where this does not make sense, `0.-Index` and
`_Footer`, which will be handled in the next commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
Philippe Blain
1b06a663ed debugging-git: add note on Pygments for source code highlighting 2022-05-04 16:59:15 +02:00
Dennis Ameling
b1b4bc3203 Emacs Windows path should have forward slashes 2021-03-06 15:54:30 +01:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
Johannes Schindelin
51a79907f5 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. 2018-05-04 12:58:56 +02:00
Clemens Buchacher
64bc39d9cc disable ASLR 2018-05-01 21:47:54 +02:00
Johannes Schindelin
9786dc0b7f 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>
2018-02-12 11:08:44 +01:00
Jeff Hostetler
66aba49146 Add "-y" option to emacs install command to ensure package databases are updated. 2017-08-15 11:29:14 -04:00
Johannes Schindelin
b57a8917ef Describe the straight-forward, if boring, debugging process when back traces are somehow messed up 2016-11-25 12:20:33 +01:00
Johannes Schindelin
cd6ba35d42 Remove unnecessary step 2016-11-25 11:35:41 +01:00
Johannes Schindelin
76908b81e3 Fix screenshot
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-04-01 15:17:55 +02:00
Johannes Schindelin
23f5ff7bd4 Add screenshot of GDB inside Emacs (courtesy of @jeffhost)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-04-01 15:16:12 +02:00
Johannes Schindelin
b4db60c2a6 Explain how to use GDB inside Emacs (courtesy of @jeffhost) 2016-04-01 15:13:35 +02:00
Johannes Schindelin
0b365015f2 To debug Git in GDB, ASLR needs to be disabled, in addition to the `-O2` flag 2016-02-16 16:15:22 +01:00
Johannes Schindelin
2332d62fc8 Explain how to set a break point to when an error message is about to be printed 2015-11-10 19:35:08 +00:00
Johannes Schindelin
355a32efef This is a rough first version to get @ablaylock going in https://github.com/git-for-windows/git/issues/439 2015-11-09 15:13:49 +01:00