2024-07-30 01:02:47 +0200 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
2024-07-30 01:09:59 +0200 | mekeor | (~user@2001:a61:24fd:e001:eafa:74f:3d40:84f6) (Quit: towards emacs as interface to cybernetic council communism) |
2024-07-30 04:05:09 +0200 | <L29Ah> | beastwick: you can build a haskell executable with debug symbols and use gdb, but the debugging experience will be a bit crazy |
2024-07-30 04:05:35 +0200 | <L29Ah> | although it's your best bet if the misbehaving part is in FFI'd code |
2024-07-30 04:09:46 +0200 | td_ | (~td@i5387090C.versanet.de) (Ping timeout: 252 seconds) |
2024-07-30 04:11:32 +0200 | td_ | (~td@i53870934.versanet.de) |
2024-07-30 04:13:39 +0200 | <geekosaur> | also I'd be very careful with that when debugging your window manager, because it won't be processing events while at the debugger prompt (whether gdb, ghci, or etc.); I would `attach` to `xmonad-x86_64-linux` or whatever from a virtual console instead of a GUI terminal window |
2024-07-30 04:13:52 +0200 | <geekosaur> | (although ghci doesn't support attaching) |
2024-07-30 04:14:46 +0200 | <geekosaur> | there are also a number of debugging modules I've written, look in xmonad-contrib in the XMonad.Hooks hierarchy |
2024-07-30 04:15:08 +0200 | <geekosaur> | (there's also some stuff in XMonad.Util but it's mostly support for the XMonad.Hooks stuff and not directly usable) |
2024-07-30 05:32:38 +0200 | scardinal | (~supreme@0x573d64a9.static.cust.fastspeed.dk) (Ping timeout: 252 seconds) |
2024-07-30 05:34:25 +0200 | scardinal | (~supreme@0x573d64a9.static.cust.fastspeed.dk) |
2024-07-30 06:09:15 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2024-07-30 10:12:28 +0200 | ft | (~ft@p3e9bc4e7.dip0.t-ipconnect.de) (Quit: leaving) |
2024-07-30 10:46:17 +0200 | cfricke | (~cfricke@user/cfricke) |
2024-07-30 11:52:30 +0200 | cfricke | (~cfricke@user/cfricke) (Ping timeout: 252 seconds) |
2024-07-30 12:11:44 +0200 | cfricke | (~cfricke@user/cfricke) |
2024-07-30 13:38:37 +0200 | ChubaDuba | (~ChubaDuba@5.166.234.72) |
2024-07-30 13:40:45 +0200 | ChubaDuba | (~ChubaDuba@5.166.234.72) (Client Quit) |
2024-07-30 14:20:13 +0200 | T_X | (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer) |
2024-07-30 14:20:41 +0200 | T_X | (~T_X@diktynna.open-mesh.org) |
2024-07-30 15:03:19 +0200 | beastwick | (~brian@user/beastwick) (WeeChat 4.3.3) |
2024-07-30 17:24:17 +0200 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 4.2.2) |
2024-07-30 19:00:55 +0200 | redgloboli | (~redglobol@user/redgloboli) |
2024-07-30 19:28:52 +0200 | ft | (~ft@p3e9bc4e7.dip0.t-ipconnect.de) |
2024-07-30 22:09:02 +0200 | mekeor | (~user@2001:a61:24fd:e001:eafa:74f:3d40:84f6) |
2024-07-30 22:51:39 +0200 | thunderrd | (~thunderrd@1.2.153.113) |