I traced with dbg my system. I used
dbg:trace_port(file,{"/tmp/trace",wrap,atom_to_list(node()),10000000,20})
now I have couple binary files.
Never really used those binary dumps.. How to read them?
rb? disk_log? How to start up them to see log file?
I’ve not tried this myself, but
dbg:trace_client/2looks like it can read the file.