Skip to content
Snippets Groups Projects
Commit 53e70f7a authored by hjk's avatar hjk
Browse files

mention some debugger changes in changes-2.0.0

parent 8e294efd
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,21 @@ Project support
directory
Debugging
* CDB: Fixed bug in location marker
* CDB: Fixed handling of mixed-case file names correctly by normalizing file
* Add on-device debugging for the Symbian platform using gdb
* Add on-device debugging for the Maemo platform using gdb
* gdb: Replace compiled "debugging helpers" by Python based ones
(except on Mac)
* New debugging helpers for QUrl, QAtomicInt, __gnu_ext::hash_map and more
* Additional features for breakpoint, disassembler output, stack,
registers and watchers views
* Improve variable tooltip handling
* gdb: Support reverse execution where available
* gdb: Added mixed disassembler/source output whenever possible
* cdb: Fixed bug in location marker
* cdb: Fixed handling of mixed-case file names correctly by normalizing file
names
* pdb: Added some basic debugging for Python scripts based on pdb
* Improvements in the dialogs, status messages, and general appearance
Help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment