splitmind icon indicating copy to clipboard operation
splitmind copied to clipboard

Something went wrong

Open D1mon opened this issue 4 years ago • 3 comments

2 errors: not working in working tmux looks different from the picture

https://www.dropbox.com/s/8imwet5c3ct4c56/2020-07-25%2013-36-25.mkv?dl=0

D1mon avatar Jul 25 '20 10:07 D1mon

You need to run gdb inside tmux. For example tmux new-session gdb will create a new tmux session and immediately run gdb inside it.

bjorn3 avatar Jul 25 '20 10:07 bjorn3

need to add a check from where it is launched (from tmux or not). why is the result not the same as in the picture? I took the config from the file (example1.gdbinit). and the result is different

D1mon avatar Jul 25 '20 11:07 D1mon

why is the result not the same as in the picture?

Because you didn't run gdb in tmux.

bjorn3 avatar Jul 25 '20 12:07 bjorn3