Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MicroDebug.sendUserMessage() send integer value (Read 976 times)
Christoph
Junior Member
**
Offline


Posts: 40
Joined: Sep 4th, 2020
MicroDebug.sendUserMessage() send integer value
Feb 18th, 2024 at 5:06pm
Print Post  
Hi guys,

is there a way to send more than a text with

void sendUserMessage(const char* theMessage)

?

Would like to see values of variables via Network IP terminal.

Thank you in advance,
Christoph
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2729
Joined: Feb 13th, 2019
Re: MicroDebug.sendUserMessage() send integer value
Reply #1 - Feb 19th, 2024 at 9:22am
Print Post  
Currently you would have to convert the variables to  String and send them that way.

The Serial debugger's trace and breakpoint watches for variable values also works over WiFi with the values shown in the expressions window, and output window as normal, as well as being able to use the @Plot Chart functionality too.

Example ESP32 WiFi Debugging: https://youtu.be/1cEPI0N8VPI

  
Back to top
IP Logged
 
Christoph
Junior Member
**
Offline


Posts: 40
Joined: Sep 4th, 2020
Re: MicroDebug.sendUserMessage() send integer value
Reply #2 - Feb 20th, 2024 at 7:29pm
Print Post  
Thank you very much! This OTA debugger for private use is so awesome  Cool
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint