and ran the project with command air, now I added a runtime.Breakpoint() in the middle of code.
so when I run the code with dlv debug and gets to the breakpoints, it stops and gives me an interactive shell so I can write some commands and stuff. how can I achieve that with air and dlv together?
I added this config to my air.toml:
and ran the project with command
air
, now I added aruntime.Breakpoint()
in the middle of code. so when I run the code withdlv debug
and gets to the breakpoints, it stops and gives me an interactive shell so I can write some commands and stuff. how can I achieve that with air and dlv together?these are the logs if it helps