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 <[EMAIL PROTECTED]>

> 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  -  [email protected]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to