Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB support under OSX #632

Open
buggins opened this issue Nov 17, 2015 · 2 comments
Open

GDB support under OSX #632

buggins opened this issue Nov 17, 2015 · 2 comments

Comments

@buggins
Copy link

buggins commented Nov 17, 2015

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
Copy link
Owner

aBothe commented Nov 17, 2015

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
Copy link
Author

buggins commented Nov 24, 2015

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*)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants