28msec team mailing list archive
-
28msec team
-
Mailing list archive
-
Message #00004
[Bug 530225] Re: Debugger Beautification
** Changed in: sausalito
Status: Fix Committed => New
--
Debugger Beautification
https://bugs.launchpad.net/bugs/530225
You received this bug notification because you are a member of 28msec,
which is a direct subscriber.
Status in Sausalito Application Server: New
Bug description:
I tested the cmd debugger a little bit on mac. I found some things which should be enhanced:
1)
After start, it prints debugger.exe started. Should we change it so something like 'Sausalito CoreSDK Debugger started'?
2)
When the debugger suspends somewhere, it only prints the file and line number at that location. Also after a step. I think we should also print the source code line. And maybe remove the file and line number after a step. Like in gdb.
3)
When list is executed, it prints the source code without line numbers. I think the line numbers are necessary. Otherwise, it is hard to navigate.
4)
The '(xqdb)' printing seems to be broken. Sometimes it is printed twice, sometimes when the executed is not suspended, ...
'(xqdb)' should only be printed when the user is suposed to give a command.
5)
Can we also do the repeat trick from gdb? When a user presses enter without writing any command, it executes the preceding command again.
Can we do theses changes till the release?