IDE: VsCode
I was just
able to run `bazel build //...` after recloning the repo. But following Michael's tip from Discord community I cloned once again and I am using `gmake` and `gmake run-broker` to run RMQ locally. I don't see those `rabbitmq_codegen.py missing` thing.
As per the logs you mean the logs from either `
gmake` and `
gmake run-broker`? If so I can attach it here.
Or do you mean the ADP Server/Erlang LS Debugger Server logs? One important log line I am seeing is:
```
[2023-11-04T20:52:58.668341-03:00] /home/runner/work/vscode/vscode/erlang_ls/apps/els_dap/src/els_dap_protocol.erl:71 <0.108.0> [debug] [Response] [message=#{command => <<"setBreakpoints">>,type => <<"response">>,success => true,body => #{<<"breakpoints">> => [#{message => <<"
module not available (no_src) in the debugged node, reset the breakpoint when the module is availalbe">>,<<"line">> => 1241,<<"verified">> => false}]},request_seq => 8}
```
As to the suggestions for redbug, thank you so much. If I don't manage to make the VsCode debugger work with a more couple of days of effort I think I might look into those shell-like debugging tools
Thanks in Advance!