Revision 752879
Go back to digest for 30th December 2007Features in KDE Base
Maks Orlovich committed changes in /trunk/KDE/kdelibs/khtml/ecma/debugger:
- Rework how we manage memory, since sourceUnused hook is neither available nor makes sense. Rather, do it based on interpreter detaches
- Let the DebugDocument manage its document and view. It also manages the content construction, and does it more locally, instead of torturing katepart with zillions of line ops.
- Also, always use katepart for viewer, not the default editor
- Lay the foundation for persistent breakpoints. Doesn't seem to work yet,though
File Changes
Modified 8 files
- /trunk/KDE/kdelibs/khtml/ecma/debugger
- /callstackdock.cpp
- /debugdocument.cpp
- /debugdocument.h
- /debugwindow.cpp
- /debugwindow.h
- /interpreter_ctx.cpp
- /interpreter_ctx.h
- /scriptsdock.h
8 files changed in total