Opened 19 years ago
Closed 19 years ago
#38 closed enhancement (fixed)
libc: when debugged default to breakpoint on panic
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.1 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | libc panic |
Cc: |
Description
There is a DosSysCtl function for detecting whether we're being debugged or not. Add that to os2emx.h and use it for setting the default value of the breakpoint indicator before parsing the VBOX_PANIC env.var.
Note:
See TracTickets
for help on using tickets.
Implemented.