Opened 18 years ago
Closed 12 years ago
#1078 closed enhancement (fixed)
Create a GUI debugger
Reported by: | mmu_man | Owned by: | bonefish |
---|---|---|---|
Priority: | low | Milestone: | R1/beta1 |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently we don't have a replacement for BDB, the Be DeBugger. We use gdb on the command line, but it requires knowing the commands. Most likely a native GUI front-end to gdb would do the job. Gdb already has several front-ends for X11 based OSes, which could serve as examples on how to do it.
Change History (7)
comment:1 by , 18 years ago
Type: | bug → enhancement |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Component: | Applications → Applications/Debugger |
---|---|
Owner: | changed from | to
Let's let him decide that, though I'd imagine not until it's in the image.
comment:4 by , 13 years ago
Milestone: | Unscheduled → R1/beta1 |
---|---|
Version: | R1/pre-alpha1 → R1/Development |
comment:6 by , 13 years ago
That's indeed the case, but unless Ingo disagrees I'd rather keep this ticket open until it's gained the missing features it needs in order to fully replace gdb as the default system debugger (namely a CLI for the case of app_server crashes, and the ability to easily save a crash report).
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Switched over to default in hrev45032.
Should this be closed now that Ingo has created the Debugger app (though I know it isn't finished yet?)