When debugging an open project in F4, all is good for I can step through my source code and see my variables. But how can I do the same with a pod I've created?
If I build my project into a pod, complete with src code and debugging info, where can I put it so I can debug / step through my own code? I can step through Fantoms sys, concurrent & wisp pods etc, so I should be able to do the same with mine? Right?
I've tried putting my pod in %FAN_HOME%/lib/fan/ and %F4_HOME%/plugins/com.xored.f4.fantom_1.0.63.xxx/fantom/lib/fan/ but all I get is the fcode view.
Any ideas?
ivanTue 26 Nov 2013
Hi Slimer,
As far as I remember when we were creating linking between pods and sources, packaging sources into pods was not there yet, so I assume F4 searches for sources in %FAN_HOME%/src/<podName>. Could you try copying your sources there?
SlimerDudeTue 26 Nov 2013
Thanks Ivan,
I could have sworn I tried that, but yeah, that seems to work.
SlimerDude Mon 25 Nov 2013
When debugging an open project in F4, all is good for I can step through my source code and see my variables. But how can I do the same with a pod I've created?
If I build my project into a pod, complete with src code and debugging info, where can I put it so I can debug / step through my own code? I can step through Fantoms sys, concurrent & wisp pods etc, so I should be able to do the same with mine? Right?
I've tried putting my pod in
%FAN_HOME%/lib/fan/
and%F4_HOME%/plugins/com.xored.f4.fantom_1.0.63.xxx/fantom/lib/fan/
but all I get is thefcode
view.Any ideas?
ivan Tue 26 Nov 2013
Hi Slimer,
As far as I remember when we were creating linking between pods and sources, packaging sources into pods was not there yet, so I assume F4 searches for sources in
%FAN_HOME%/src/<podName>
. Could you try copying your sources there?SlimerDude Tue 26 Nov 2013
Thanks Ivan,
I could have sworn I tried that, but yeah, that seems to work.
Cheers!