On 22/06/16 07:08, jon...@tranquille.ch wrote:
Hi Tristan,

I have a question : is it possible to add debugging symbols in the
simulation executable or at least to show the stacktrace of one
particular point of the code ?

Yes. If you use the llvm or gcc backend, simply analyze and elaborate using '-g', and then you can debug the executable.

If you simply want to debug the runtime, be sure it is built with -g
(that should be the default).

Tristan.


_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to