Showing the debugging information during simmulation

Asked by Nikola

Hello!

I would like to know whether it is possible, and if yes, how one can output the debugging information during a normal (not fast-openwns) simulation, as for instance in the case with WiFiMAC.

In the configBase/config.py I put the following values to True, but this doesn't seem to be the correct way to enable the debugging information:

riseConfig.debug.transmitter = True
riseConfig.debug.main = True
riseConfig.debug.antennas = True

Thanks in advance for the answers!

Best regards,
Nikola

Question information

Language:
English Edit question
Status:
Solved
For:
openWNS WiMAC Edit question
Assignee:
No assignee Edit question
Solved by:
Fran
Solved:
Last query:
Last reply:
Revision history for this message
Best Fran (fna-comnets) said :
#1

Nikola wrote:
> New question #61347 on openWNS WiMAC:
> https://answers.launchpad.net/openwns-wimac/+question/61347
>
> Hello!
>
> I would like to know whether it is possible, and if yes, how one can output the debugging information during a normal (not fast-openwns) simulation, as for instance in the case with WiFiMAC.
>
>
> In the configBase/config.py I put the following values to True, but this doesn't seem to be the correct way to enable the debugging information:
>
> riseConfig.debug.transmitter = True
> riseConfig.debug.main = True
> riseConfig.debug.antennas = True
>
> Thanks in advance for the answers!
>
> Best regards,
> Nikola
>
>
Hi!

WNS.masterLogger.backtrace.enabled = False
WNS.masterLogger.enabled = True

I think that's all.

Regards,
Fran

Revision history for this message
Daniel Bültmann (daniel.bueltmann) said :
#2

Hi Nikola,

did this solve your question? If yes, could you please indicate this by changing the status to "Solved"?

Regards,
  Daniel

Revision history for this message
Nikola (nkz) said :
#3

Thanks Fran, that solved my question.