[Mono-list] about debugger

Daniel Soto daniel.soto2k at gmail.com
Thu Sep 25 11:11:32 EDT 2008


Yes, i'm compiling with gmcs and -debug option, then run the debugger with
mdb myapp.exe.

Bassically, I follow the mini tutorial in Mono page, but with this results.

Another example: with the b command show me the message of sintax error.

I'm using mono debugger 0.6, mono 1.9.1 (I assume that is mono 2.0 beta,
downloaded from mono page), and S.O Ubuntu 8.04 Hardy.

Exists an updated tutorial of use?

Thanks!

2008/9/25 Atsushi Eno <atsushi at ximian.com>

> How do you precisely enter debugger commands on mdb?
>
> Make sure to pass the name of the exe file to the debugger.
>
> And make sure to compile your code with (g)mcs -debug option to
> generate debugger symbol files (*.mdb).
>
> Atsushi Eno
>
>
> Daniel Soto wrote:
> > Hello mono community!
> >
> > I have doubts about use of mono debuger. I installed it compiling from
> > sources, then installing the dll's of debugger into the gac
> > (Mono.Debugger.Cecil, etc).
> >
> > But when I try to debug a program, (for example, typing the "step"
> > command) it show the following error
> >
> > Error: No target.
> >
> > Only with the command "run" works, and runs the program.
> >
> > I think that something I'm doing bad, but i'm not clear about what.
> >
> > Can somebody help me?
> >
> > Thanks!
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080925/640147f8/attachment-0001.html 


More information about the Mono-list mailing list