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

wrong types in locals window; calling functions from debugger #1

Open
timotheecour opened this issue Oct 24, 2012 · 1 comment
Open

Comments

@timotheecour
Copy link

in the locals window:
types seem to work for: static arrays, scalars, structs.
types are wrong for: strings, associative arrays, dynamic arrays. Classes show as struct*.

Is this something you have control over, or does that depend on monodevelop? Where are the relevant functions one would need to modify in github source code?

In the meantime, before all this gets fixed, what I really miss is ability to call a function directly, which would allow to circumvent bugs in display of variables, etc, and also allow for convenient exploratory programming. It is possible to some extent in visuald D (see my post: http://forum.dlang.org/thread/poefipvtjbcpnkopktja@forum.dlang.org, calling a function inside visual D debugger: partially possible, want better support), and in lldb and gdb.

how much of these debugging capabilities are shared between windows and linux?

@michaelc37
Copy link
Collaborator

try compiling with -g instead of -gc

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

No branches or pull requests

2 participants