|
Bugzilla – Full Text Bug Listing |
| Summary: | Better breakpoints | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | ||
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: |
patch
patch, v2 |
||
|
Description
Gustavo J. A. M. Carneiro
2007-03-02 06:28:29 UTC
Created attachment 3 [details]
patch
Created attachment 34 [details]
patch, v2
Updated patch, moves breakpoint stuff to its own breakpoint.{h,cc} files (and assert.cc removed).
What is the problem you are trying to solve exactly ? 1. breakpoints leave the debugger inside an inner function, not directly where the breakpoint was generated, the user then must go up the stack; 2. breakpoints produce a segmentation fault and do not allow the program to continue; you need "hacks" to avoid the segfault... please, apply. |