- Add toolbar icons for step and next
- patch by Alexander - w.a.hajenius at gmail dot com
see bug6030 for more details
svn path=/trunk/reactosdbg/; revision=1279
- Do not duplicate register and process updates upon breaking into kdbg, fixes multiple thread lists
- Remove end line hack from named pipe implementation
- Handle all exception types for sockets, fixes a crash when disconnecting while receiving data
svn path=/trunk/tools/reactosdbg/; revision=1101
- Append control character to commands in KDBG, not in the input control
- Re-add previously removed code to allow typing commands while the log is highlighted; modify to allow input all the time
svn path=/trunk/tools/reactosdbg/; revision=1100
- Don't send commands to kdbg without being connected, notice if a user leaves kdbg manually by entering "cont"
- Add subtypes to project file
svn path=/trunk/tools/reactosdbg/; revision=1096
Reset receive variables when reaching the block end, continue with the loop as soon as ListEvents were created
svn path=/trunk/tools/reactosdbg/; revision=1094
- Don't try to send data to an unconnected debugger ('cos it crashes)
- Opening a connection may fail, don't change connection tool strip text in that case
- Add some basic credits, joined two labels
svn path=/trunk/tools/reactosdbg/; revision=1087
- Add support for saving the chosen pipe mode
- Create pipe connected and disconnected signaling functions to support code reuse
svn path=/trunk/tools/reactosdbg/; revision=1086
- Handle thread abortions gradually, avoid calling Thread.abort()
- Fixes a crash that happened when closing connection to a pipe server waiting for connections
- Fix typo
svn path=/trunk/tools/reactosdbg/; revision=1084
- Don't crash if there are no COM ports available (inspired by Talley's patch), remove serial tab in that case to avoid user confusion
- Get rid of tab order dependencies
See issue #4585 for more details.
svn path=/trunk/tools/reactosdbg/; revision=1083
- Add a separate command line for entering commands
- Keep a list of previous commands and traverse through them with up/down keys
- Clean the command line with esc
svn path=/trunk/tools/reactosdbg/; revision=1044
- Reinitialize the pipe server and wait for new connections on disconnect
- You can disconnect and reconnect reactos without restarting rosdbg now
- Fix the read and write threads to we don't have to call the evil Thread.Abort (for kjk)
- Don't enumerate the externals tools if the list is empty, fixes a NullReferenceException
svn path=/trunk/tools/reactosdbg/; revision=1041
- Raise an event when a client connects and set up the connection as before.
- rosdbg now correctly waits for a connection and auto-connects when it finds one
svn path=/trunk/tools/reactosdbg/; revision=1037
-redesign auto versioning: increase "Revision" on every build, increase "Build Number" on every release build to make sure the MSI installer upgrade will work
svn path=/trunk/tools/reactosdbg/; revision=1030
- Remove the null checks from DockPanel and wrap it in try/catch blocks instead (considering it shouldn't happen)
- Use RosDiagnostics.DebugTrace to add debug info now. The app now needs to make correct use of exception handling
svn path=/trunk/tools/reactosdbg/; revision=1027
- You can now use the static Trace.WriteLine method anywhere within the app to start making use of the log.
svn path=/trunk/tools/reactosdbg/; revision=1026