Vector35 / Vector35/binaryninja-api
Copyable selection inside of traceback text area for log_for_exception is called
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
What is the feature you'd like to have?
When exception is thrown, it's now logged via log_for_exception or something similar. There is traceback in sorta QTextEdit, it's only possible to copy selected text by right-clicking and selecting Copy from the menu, for some reason hotkeys doesn't work there. It would be cool if hotkeys works as well.
Are any alternative solutions acceptable?
idk
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the log_for_exception entry point and the QTextEdit used to display traceback text. Check how keyboard copy actions are handled there; done means selected traceback text can be copied with standard hotkeys as well as the context menu.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100