debug definitions



p4_debug_ : DEBUG word ( -- )

this word will place an debug-runtime into the CFA of the following word. If the word gets executed later, the user will be prompted and can decide to single-step the given word. The debug-stepper is interactive and should be self-explanatory. (use NO-DEBUG to turn it off again)

reference: ../src/debug.c:0580

p4_debug_colon_RT_

reference: ../src/debug.c:0549

p4_debug_does_defined_RT_

reference: ../src/debug.c:0560

p4_no_debug_ : NO-DEBUG word ( -- )

the inverse of " DEBUG word "

reference: ../src/debug.c:0601

p4_paren_see_ : ( xt -- )

decompile the token-sequence - used by SEE name

reference: ../src/debug.c:0619

p4_category :

*********************************************************************

reference: ../src/debug.c:0356

p4_debug_execute

reference: ../src/debug.c:0501

p4_debug_off

reference: ../src/debug.c:0567

p4_debug_on

reference: ../src/debug.c:0565

p4_decompile_rest

reference: ../src/debug.c:0459

p4_decompile_word :

*********************************************************************

reference: ../src/debug.c:0401

p4_normal_execute

reference: ../src/debug.c:0504

p4_str_d_dot_r

reference: ../src/debug.c:0167