Break and Clear x 100 timessign columns seem only accept text with-in 2 characters.
breakpointer id greater than 99 will trigger this issue.
9.0.1664
OS: Windows
TERM: cmd.exe
Breakpoint 89 cleared from line 8. Breakpoint 90 created at line 8. Breakpoint 90 cleared from line 8. Breakpoint 91 created at line 8. Breakpoint 91 cleared from line 8. Breakpoint 92 created at line 8. Breakpoint 92 cleared from line 8. Breakpoint 93 created at line 8. Breakpoint 93 cleared from line 8. Breakpoint 94 created at line 8. Breakpoint 94 cleared from line 8. Breakpoint 95 created at line 8. Breakpoint 95 cleared from line 8. Breakpoint 96 created at line 8. Breakpoint 96 cleared from line 8. Breakpoint 97 created at line 8. Breakpoint 97 cleared from line 8. Breakpoint 98 created at line 8. Breakpoint 98 cleared from line 8. Breakpoint 99 created at line 8. Breakpoint 99 cleared from line 8. Error detected while processing function <SNR>146_GdbOutCallback[18]..<SNR>146_CommOutput[15]..<SNR>146_HandleNewBreakpoint[24]..<SNR>146_CreateBreakpoint: line 9: E239: Invalid sign text: 100 Breakpoint 100 created at line 8. E239: Invalid sign text: 101 Breakpoint 101 created at line 8. Press ENTER or type command to continue
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
what about change the sign text to a <> (diamond) ?
Breakpoint id greater than 99 can be represented as a <> or BR or BB
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
or display a label defined in g:termdebug_config["label"] (default to BB) as an alternative to breakpoint id ?
the exact breakpoint id can still be queried by info break in the gdb window.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I have created a PR for this: #12589
fix:
33.g:termdebug_config['label'] is defined by user, display it in the signcolumn instead of the the breakpoint id.—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #12588 as completed via e7d9ca2.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()