where to see debug messages? (DEBUGMSG is defined..)

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
loeten
Posts: 11
Joined: Wed Dec 03, 2014 1:47 pm

where to see debug messages? (DEBUGMSG is defined..)

Post by loeten »

Hi there, the title of my last thread (see below) may be misleading, so here a very short beginners question:

I use DEBIAN linux and can successfully upload sketches, connect the GUI (2.3) - all fine. I activated DEBUGMSG in config.h (1 line to uncomment).

then, at the top of the main loop, i added this.

Code: Select all

void loop () {
  debugmsg_append_str("loop\n");


now, in the startup-console of the GUI, i would expect to see "loop" written every time the main loop enters. But i don't see it. What did i miss / what do i have to do?

Thanks in advance for any help!

last thread:
viewtopic.php?f=8&t=5855

JacobGH111
Posts: 14
Joined: Mon Nov 10, 2014 2:30 am

Re: where to see debug messages? (DEBUGMSG is defined..)

Post by JacobGH111 »

bump

Post Reply