TUI completed

This commit is contained in:
2025-10-12 17:46:37 +00:00
parent c9a5339c55
commit 8ac6452ace
2 changed files with 293 additions and 0 deletions

View File

@@ -211,6 +211,12 @@ Command: break <line-number>
These are permanent breakpoint
Note: To delete a breakpoint we can use
command
Command:
(gdb)delete <breakpoint-number>
Command: layout src
To open the TUI with src code.