0

What is the preferred way to debug the RED prog lang code? Is there a RED debugger?

Quality Catalyst
  • 6,531
  • 8
  • 38
  • 62

1 Answers1

2

There's no debugger AFAIK, but there are functions that can help you with debugging. Take a look at these two articles, they should help you:

Basically you should use inbuilt functions like probe, ??, dump4, stack/dump or print-symbol.

You can also turn various debugging info with system/preprocessor/debug?: on, system/view/debug?: on and system/reactivity/debug?: on.

rebolek
  • 1,281
  • 7
  • 16