www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - Debugging D code with SeerGDB on Linux

reply Ernie Pasveer <epasveer att.net> writes:
Hi All,

I'm very new to the D language but I'm familiar with GDB. I have 
a project that is a gui front-end to GDB called Seer.  I hope to 
make it work for a large group of languages, including D.

If anyone can try Seer with their D projects, it would be 
appreciated. Suggestions are welcomed!

Here are some Seer resources.

https://github.com/epasveer/seer
https://github.com/epasveer/seer/wiki/Seer-and-D
Feb 12
next sibling parent reply solidstate1991 <laszloszeremi outlook.com> writes:
On Friday, 13 February 2026 at 00:38:01 UTC, Ernie Pasveer wrote:
 Hi All,

 I'm very new to the D language but I'm familiar with GDB. I 
 have a project that is a gui front-end to GDB called Seer.  I 
 hope to make it work for a large group of languages, including 
 D.

 If anyone can try Seer with their D projects, it would be 
 appreciated. Suggestions are welcomed!

 Here are some Seer resources.

 https://github.com/epasveer/seer
 https://github.com/epasveer/seer/wiki/Seer-and-D
I have it on my ThinkPad that I use for Linux/x86-64 development. I probably should use it a lot more, but the few times I tried wasn't very successful. Also please get it working on 1366x768 displays properly, I always have to plug in an external monitor.
Feb 13
parent Ernie Pasveer <epasveer att.net> writes:
On Friday, 13 February 2026 at 18:16:40 UTC, solidstate1991 wrote:

 I have it on my ThinkPad that I use for Linux/x86-64 
 development. I probably should use it a lot more, but the few 
 times I tried wasn't very successful. Also please get it 
 working on 1366x768 displays properly, I always have to plug in 
 an external monitor.
Can you give some more details about what wasn't successful? Thanks.
Feb 15
prev sibling parent Dejan Lekic <dejan.lekic gmail.com> writes:
On Friday, 13 February 2026 at 00:38:01 UTC, Ernie Pasveer wrote:

 I'm very new to the D language but I'm familiar with GDB. I 
 have a project that is a gui front-end to GDB called Seer.  I 
 hope to make it work for a large group of languages, including 
 D.

 If anyone can try Seer with their D projects, it would be 
 appreciated. Suggestions are welcomed!
I love seergdb! Thank you for that frontend! I used it in the past when I needed to debug some D stuff.
Feb 20