Skip to content
New issue

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

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

Already on GitHub? # to your account

Some bugs and suggestions #16

Closed
playGitboy opened this issue Jul 7, 2022 · 2 comments
Closed

Some bugs and suggestions #16

playGitboy opened this issue Jul 7, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@playGitboy
Copy link

Thanks for your hard work.Feedback some bugs or suggestions here:

  • The log format is confused when using 'send' keyword with 'hexdump' like 'send(hexdump(addr, {length: 200, ansi:true}))'.
  • 'Process List':

The icon doesn't seem to be accurate.
Sorting is not supported.
Child process information could not be displayed.
Recommended to close the 'Process List' window when 'Attach' button is clicked.

  • Recommended to support the drag-and-drop opening function.
  • Recommended to open the last js file automatically when opening the application.
@FuzzySecurity FuzzySecurity self-assigned this Oct 11, 2022
@FuzzySecurity
Copy link
Owner

Hey @playGitboy, can you give me a screenshot example for:

  • the log issue when using send with hexdump
  • the icon's not showing accurately in the process listing

@FuzzySecurity FuzzySecurity added the enhancement New feature or request label Dec 6, 2022
@FuzzySecurity
Copy link
Owner

Just some feedback on this. I wasn't able to repo any of the listed bugs. If you can show me the issue please open a new ticket with steps.

You made some good points about the process view being less than ideal. In v1.9.0 I added a scrollbar to that view and made the columns sortable. I think that addresses the usability mostly, maybe I will add search as well, I'll think about it.

I plan also to implement the drag-and-drop feature. I think that is an excellent QOL feature.

More details in this tickets:
#14

Some issues I'm not going to address:

  • Child process relationship -> the table is quite simple, maybe I will revisit this at some point but it doesn't seem very urgent
  • Closing the view on attach. It's easy to do that but I am not sure that is a workflow I like because sometimes I will be attaching and detaching to the same process over and over. In those cases it's helpful that it doesn't auto-close.
  • Opening the last js file be default. Again that doesn't suite my workflow personally

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants