Closed
Bug 43723
Opened 25 years ago
Closed 25 years ago
Add the BeOS debugger "bdb" into the run-mozilla.sh file
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ykoehler, Assigned: cls)
Details
The BeOS propose a different debugger, called bdb. Just adding the name to the file run-mozilla.sh at the
following location:
moz_get_debugger()
{
debuggers="ddd gdb dbx bdb"
debugger="notfound"
See in this code I added the "bdb" and the debugger switch -g works on Be!
Cool
Fix has been checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•