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

Debugger's processes list appears blank when inside a project. #3282

Open
1 of 3 tasks
saturnaliam opened this issue Jan 15, 2024 · 1 comment
Open
1 of 3 tasks

Debugger's processes list appears blank when inside a project. #3282

saturnaliam opened this issue Jan 15, 2024 · 1 comment
Labels

Comments

@saturnaliam
Copy link

saturnaliam commented Jan 15, 2024

Environment information

  • Operating System: Windows 11 22H2
  • Cutter version: 2.3.2-HEAD-1d07ebc
  • Obtained from:
    • Built from source
    • Downloaded release from Cutter website or GitHub
    • Distribution repository
  • File format:
    Only tested on PE32

Describe the bug
This may be intended in some way, but when cutter has a .rzdb project file opened up, if you try to attach the debugger to a running process, the list of processes is completely blank.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new project & save it as a .rzdb file.
  2. Reopen the project from the file.
  3. Open the "Debug" dropdown.
  4. Click on "Attach to process".
  5. No processes appear inside of the menu.

Expected behavior
Should show a list of processes that are currently running that can be attached to.

Screenshots
image

Additional context
The issue does not occur if a file is simply opened up without being part of a project file.

@karliss karliss added the BUG label Jan 16, 2024
@karliss
Copy link
Member

karliss commented Jan 16, 2024

I am surprised that even "All processes" list is empty. I could imagine how projects could break the upper list which filters by current file name, but that shouldn't affect all process list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants