You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
Thanks for your hard work.Feedback some bugs or suggestions here:
The text was updated successfully, but these errors were encountered: