aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

GDB support under OSX #632

Open buggins opened 8 years ago

buggins commented 8 years ago

I'm trying to debug Mono-D project under OSX. Installed Mono-D 2.13.5, Xamarin Studio 5.10, gdb 7.10. When trying to start debugging, I see error

Debugger operation failed
A syntax error in expression, near 'sizeof(void*)'

GDB is installed with Homebrew, signed with certificate. I can successfully run it manually.

aBothe commented 8 years ago

I guess it's not supported actively anymore. Currently, I'm also not really into developing these functionalities (along Mono-D itself), so you may have use an other solution to debug D programs under os/x

buggins commented 8 years ago

UPD: Observing same issue under Linux Ubuntu 15.10 64bit MonoDevelop 5.10, D binding 2.13.5, D Debugging plugin 1.2.10, GDB 7.10 -- when trying to run using "Run With" / "GNU Debugger (GDB) with support for D Language" "Debugger operation failed" "A syntax error in expression, near 'sizeof(void*)"