[Monodevelop-devel] Newbie question about soft debugger
Levi Bard
taktaktaktaktaktaktaktaktaktak at gmail.com
Mon Jul 11 03:47:36 EDT 2011
> No breakpoint is ever hit. All breakpoints set in MonoDevelop appear invalid
> when MonoDevelop enters debug mode.
>
> [...]
>
> Since I’m pretty new to all the stuff: Do you have any idea where I could
> start searching? I read something about Mono using the mdb debug format,
> while mono creates pdb files – Could this be a problem?
Yes, you need mdbs. Either build the assemblies using Mono, or use
pdb2mdb on your .net-generated pdbs.
More information about the Monodevelop-devel-list
mailing list