Hi! I'm tryng to setup the debugger for crytic/echidna compiling with stack.
The debugger is building but it is quitting without an specific error. I already try different versions of stack, and different options for the "ghciCmd".
The output of the console shows the following:
Hi! I'm tryng to setup the debugger for crytic/echidna compiling with stack. The debugger is building but it is quitting without an specific error. I already try different versions of stack, and different options for the "ghciCmd". The output of the console shows the following:
The config used on the debugger is:
Note that we remove the --no-load and --no-build options while we also add specific options and flags necessary for echidna to build.
Here is the log if it helps to understand why the debugger is quitting. phoityne.log
Thx in advance
Versions used: ghc : 8.10.4 stack: 2.9.1, 2.9.3 (tried both) ghci-dap: 0.0.20.0 Haskell-debug-adapter: 0.0.38.0
PS: If you want to try setting up echidna we can send you some instructions that are missing on that repo for the set-up