Closed revolter closed 7 years ago
You did not pass debuginfo flag (-g) while compiling.
On Feb 6, 2017 05:42, "Iulian Onofrei" notifications@github.com wrote:
Setting a breakpoint with the :LL breakpoint set command doesn't update the gutter line with the default B> symbol. I recorded an asciinema here https://asciinema.org/a/102065.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/critiqjo/lldb.nvim/issues/47, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXrGeUBnW6ORfQbfmp8M3iLXDpXtTWHks5rZmVTgaJpZM4L3raQ .
Like this: :!gcc main.c -o main -g
?
Setting a breakpoint with the
:LL breakpoint set
command doesn't update the gutter line with the defaultB>
symbol. I recorded an asciinema here.