Daniel Collin

Results 148 issues of Daniel Collin

Default font for UI items such as titles and such. For source code/fixed width Source Code Pro will be used for anti-aliased text and Proggy for bitmap.

ui

Right now a custom protocol is used for talking between backend and views. It would likely be nice to use a standard format for sending data as it would make...

This is an issues that is an high-level outline of what should be supported in 0.1: # Native debugging - Catch crash: If the debugged program crashes the user should...

In order to solve this https://github.com/emoon/ProDBG/issues/92 and also making it easy to ship out binaries it should be possible to package up all data that is needed for a release.

Features for 0.1: Should be possible to switch thread in the thread view. For 0.1 I don't think we need to support freezing and such of threads. Switch thread should...

feature

Feature level for 0.1: - Show the current locals in the function being debugged - Support edit simple types (ints, floats, etc) ![locals](https://cloud.githubusercontent.com/assets/350822/17301929/e3360eba-5819-11e6-8b35-47465ae31be0.PNG)

feature

Basic list of all the breakpoints with possibility to enable/disable a breakpoint (checkbox) Adding a breakpoint in the source view should show up in this list and vice versa. Supported...

feature

Feature level for RemoteAPI: - The remote API is a simple API that allows debugging of "Remote" Targets over TCP/IP using a simple message sending system. For one example there...

feature
remote_api

Feature level for 0.1: - Set breakpoints at given source/line location (error handling of this doesn't need to be super good at this point if source/line doesn't match current executable)...

feature

This to support for 0.1: - Show accurate disassembly (from native and remote) - Switchable in the source view with space - Register highlighting - No mix source/disassembly for 0.1

feature