Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProDBG 0.1 #280

Open
emoon opened this issue Aug 1, 2016 · 0 comments
Open

ProDBG 0.1 #280

emoon opened this issue Aug 1, 2016 · 0 comments
Milestone

Comments

@emoon
Copy link
Owner

emoon commented Aug 1, 2016

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.
@emoon emoon added this to the 0.1 milestone Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant