Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ProDBG 0.1 #280

@emoon

Description

@emoon

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 be able to catch and see where it crashes.
  • The user should be greeted with a default view showing source view, output view and perhaps locals, and watch for native debugging.
  • The user should be able to select a executable to run, and optionally set a working directory and command line parameters for the executable.
  • Any changes made to the UI (added views, settings within the viewes) should be saved on closed down and restored when user opens up ProDBG again.
  • The user should be able to have different projects (for different executables) and load them at will with all settings intact.
  • Set breakpoints, add watch variables, inspect and change local vars.

Non-native debugging

  • Supporting non-native debugging (such as emulators for different systems) should be supported but perhaps may not be primary focus for 0.1 but the user should still be able to select a different (experimental backed) and expect to have correct settings for that backend that is restored in a correct fashion as it is for native debugging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions