[GHC] #8992: Instructions for using gdb with GHC on Windows
GHC
ghc-devs at haskell.org
Sun Apr 13 07:57:15 UTC 2014
#8992: Instructions for using gdb with GHC on Windows
------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Documentation | Version:
Keywords: | Operating System: Unknown/Multiple
Architecture: Unknown/Multiple | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
------------------------------------+-------------------------------------
gdb remains a useful tool for debugging executables on Windows, but
getting it setup can be tricky, since modern gdb requires Python, which
means you will end up installing MSYS Python alongside native Python.
Unfortunately, MSYS Python doesn't work with the test suite, so one is in
the delicate situation where you want your path to have MSYS Python if
you're running gdb, but Windows Python if you're running the test suite.
While one can work around this with modest annoyance (the easiest thing
I've found is to just uninstall gdb/python when I'm not using it), it
would be better if we removed this friction in some way.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8992>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list