-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cutter docs update #2259
Cutter docs update #2259
Conversation
I've added a widget page with few moving screenshots(WIP). Let me know what you think. |
I would be much happier if documentation was moved to separate repository before adding a bunch of screenshots for all the widgets and dialogs. Those could quickly cause bloat. |
It can be made a submodule to keep the old structure.
…On Sat, Jun 27, 2020, 21:46 karliss ***@***.***> wrote:
I would be much happier if documentation was moved to separate repository
before adding a bunch of screenshots for all the widgets and dialogs. Those
could quickly cause bloat.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/radareorg/cutter/pull/2259#issuecomment-650563261>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABRT7MVWMXNXH3J64I7G2DRYXZ2ZANCNFSM4ODUP3LA>
.
|
I see #2056 open for just this. If it's done I can move things there. |
You might want to consider adding the https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html |
b3f8346
to
4528ae9
Compare
@karliss I've removed the widget intro part and will open another PR to continue work on that until we decide if to split repo or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work!
``/usr/local/bin``). That can be, for example, due to ``Qt Creator.app`` | ||
being copied over to ``/Applications``. To fix this, append | ||
``:/usr/local/bin`` to the ``PATH`` variable within the *Build | ||
Environment* section in Qt Creator. See the screenshot below should you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only Qt Creator?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied it from common-errors :( Not much idea. Will see what I can do :P
docs/source/building.rst
Outdated
- ``PKG_CONFIG_PATH=$HOME/cutter/radare2/pkgcfg qmake`` (for modern | ||
version and if radare2 was installed like the submodule) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this "modern version"? Maybe should be more specific (e.g for versions newer than 1.2.3.4, ....)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would rephrase "was installed like the submodule" because the meaning isn't that clear
|
||
If the Linux AppImage binary crashes upon startup, make sure your | ||
``LD_LIBRARY_PATH`` environment variable is empty. | ||
`#579 <https://github.com/radareorg/cutter/issues/579>`__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this weird number is just thrown there out of no-where. Try to add an opening sentence to introduce the number. "For a detailed explanation see issue #1234"
---------------------------------------- | ||
**Description:** Continue the execution of the program until reached the selected offset. The program is not guaranteed to ever reach this address and will keep running until exited or until reached another breakpoint. If other breakpoints hit before reaching this line, they will be triggered and pause the execution. *This option is only available on Debug or Emulation modes*. | ||
|
||
**Steps:** While in Debug or Emulation modes, right-click and address and choose ``Debug -> Continue until line``. | ||
|
||
Set Program Counter (PC) | ||
---------------------------------------- | ||
**Description:** Set the Program Counter of the debuggee to the current offset. For example, on Intel 64bit program, Cutter will set the value of the RIP register to the curren address. *This option is only available on Debug or Emulation modes*. | ||
**Description:** Set the Program Counter of the debugger to the current offset. For example, on a Intel 64bit program, Cutter will set the value of the RIP register to the current address. *This option is only available on Debug or Emulation modes*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "debuggee" here is intentional -> https://wikidiff.com/debugger/debuggee
is there anything left to do? |
Yes. Finishing right away. :P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I love this pr :)
* move building errors to the troubleshooting section * add submodule out of sync issue to troubleshooting * changes to get cutter section * move common issues to user docs * add error related to submodule not in sync * Grammarly scan on all the docs * update contribution guide now that common-errors is split
Some updates to the Cutter docs.
Your checklist for this pull request
Detailed description
This PR has the following:
Test plan (required)
Build and run docs.
Closing issues
Partially close$ #744