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

Custom file dialog with "stop at main" #202

Open
emoon opened this issue Jun 25, 2016 · 0 comments
Open

Custom file dialog with "stop at main" #202

emoon opened this issue Jun 25, 2016 · 0 comments

Comments

@emoon
Copy link
Owner

emoon commented Jun 25, 2016

Something that is supported in the ProDG (for PS3) debugger is that when you select to load a executable you can check a checkbox called "stop at main" This is very useful for several reasons:

  1. You don't need to setup any project but just start debugging directly and start stepping from the start.
  2. It allows you to set breakpoints in the files you want before running the program without having a project setup.
  3. It's possible to "browse" all the files that are referenced in the debug data of the executable (which has been loaded) to set breakpoints and look at included files.

In order to do this it would be good if it's possible to add some custom widget to the standard File Open Dialogs on Mac, Windows and Linux.

This is supported on Windows at least (as ProDG does it but I haven't investigated how) so it would be good to investigate this.

@emoon emoon changed the title Custum file dialog with "stop at main" Custom file dialog with "stop at main" Jun 25, 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