NEURON
debug.cpp File Reference
#include <../../nrnconf.h>
#include "hocdec.h"
#include "code.h"
#include "equation.h"
#include "multicore.h"
#include <stdio.h>
#include "utils/logger.hpp"
#include "nrndigest.h"

Go to the source code of this file.

Macros

#define prcod(c1, c2)   else if (p->pf == c1) Printf("%p %p %s", fmt::ptr(p), fmt::ptr(p->pf), c2)
 

Functions

void hoc_debug (void)
 
void debugzz (Inst *p)
 

Variables

int hoc_zzdebug
 

Macro Definition Documentation

◆ prcod

#define prcod (   c1,
  c2 
)    else if (p->pf == c1) Printf("%p %p %s", fmt::ptr(p), fmt::ptr(p->pf), c2)

Definition at line 21 of file debug.cpp.

Function Documentation

◆ debugzz()

void debugzz ( Inst p)

Definition at line 32 of file debug.cpp.

◆ hoc_debug()

void hoc_debug ( void  )

Definition at line 23 of file debug.cpp.

Variable Documentation

◆ hoc_zzdebug

int hoc_zzdebug

Definition at line 19 of file debug.cpp.