|
Arduino-Debug
On-target sketch debugger for Arduino
|
#include <Debug.h>

Public Member Functions | |
| Variable (const char *func, str_P name, void *ref, size_t size) | |
| ~Variable () | |
| void | print (bool is_pointer=false) |
Protected Attributes | |
| class Variable * | m_next |
| Next variable. More... | |
| const char * | m_func |
| Registered in function. More... | |
| str_P | m_name |
| Function name. More... | |
| void * | m_ref |
| Variable value reference. More... | |
| size_t | m_size |
| Variable value size. More... | |
Friends | |
| class | Debug |
Debug Variable information class. Contains function, variable name, reference and size. Used by macro REGISTER(var) to allow the debug handler to display variable values, addresses, etc.
|
inline |
|
inline |
| void Debug::Variable::print | ( | bool | is_pointer = false | ) |
|
protected |
|
protected |
|
protected |
|
protected |