Debugging Tracee #2016
Replies: 3 comments 1 reply
-
Found a related issue allowing debug with delve : #1318 |
Beta Was this translation helpful? Give feedback.
-
This happens because you're not building with the correct build flags. When you execute the makefile target you will see:
You need to set "ebpf" tag to golang build cmdline in order to have embedded-ebpf.go file built together (solving your issue). |
Beta Was this translation helpful? Give feedback.
-
I believe that was addressed by: commit cd0db36
No ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
While successfully building Tracee with the
make
command, I've been unsuccessfully trying to run Tracee with a debugger. I'm currently on VSCode with the following configuration:I filled env variables based on
make env
result but it doesn't work. It keeps showing these errors :I saw that there is a section in the documentation called "Setup Development Machine with Vagrant" but it doesn't seem to work due to the ubuntu/impish64 release being unavailable on Vagrant Cloud. Can I replace it with another release ?
Beta Was this translation helpful? Give feedback.
All reactions