[nem-en] debugging ??
Kamil Skalski
kamil.skalski at gmail.com
Sun Nov 6 17:29:56 CET 2005
I check this and it works for me.
1. I compile program with `ncc /debug t.n'
2. open Microsoft CLR Debugger (from .NET 2.0 SDK)
3. specify program to debug (out.exe)
4. open source code (t.n)
5. toggle breakpoint
6. hit the run button
7. I can see debugger stop on the specified line
Anyways, I checked the differences between binaries generated by ncc
and csc - there were indeed some with respect to DebuggableAttribute.
For me debugger works fine even without this attribute, but I fixed
compiler to emit the same info as csc, maybe it have some inpact.
Could you recheck this (and if it still doesn't work, try svn version
of Nemerle)?
2005/11/6, Philippe Quesnel <philippe.quesnel at gmail.com>:
> hi,
>
> I have the latest version of Nemerle (0.9.1), on Windows XP SP2,
> w. Ms .NET 2.0 (v2.0.50727)
>
> I can't seem to be able to debug a Nemerle executable ?
> the .pdb is generated, I load the EXE in the GuiDebugger,
> load the source file & place a breakpoint,
> but when I 'start debugging' the application never stops on the breakpoint.
>
> Anyone know why ?
> merci
> Philippe
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
>
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list