Skip to content
Snippets Groups Projects
Commit a93a86bd authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

feat: a hack for debugging via picodata tarantool

Run `picodata tarantool -i` in the instance directory of an instance
which you want to safely inspect. Run this in the console:
```lua
box.cfg()
require 'ffi'
ffi.cdef [[ int pico_internal_initialize_dummy(); ]]
ffi.C.pico_internal_initialize_dummy()
```

Now you have the `pico` global table available with some things you may
find useful, like `pico.raft_log()`.
parent 4a7a89fe
No related branches found
No related tags found
No related merge requests found
Pipeline #61727 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment