We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2630e commit 65b5872Copy full SHA for 65b5872
interpreters/wamr/Kconfig
@@ -51,6 +51,17 @@ config INTERPRETERS_NONE
51
52
endchoice
53
54
+config INTERPRETERS_WAMR_DEBUG_INTERP
55
+ bool "Enable debugger support in the interpreter"
56
+ default n
57
+ # Note: It only works with the classic interpreter
58
+ depends on INTERPRETERS_WAMR_CLASSIC
59
+ # Note: It uses thread-manager internally
60
+ depends on INTERPRETERS_WAMR_THREAD_MGR
61
+ # Note: It sets up the listening socket with SO_LINGER
62
+ depends on NET_TCP
63
+ depends on NET_SOLINGER
64
+
65
config INTERPRETERS_WAMR_LOG
66
bool "Enable log"
67
default n
0 commit comments