rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.88k stars 1.15k forks source link

Impossible to enable debug windows other that breakpoints #3269

Open ZZ0R0 opened 12 months ago

ZZ0R0 commented 12 months ago

Environment information

Steps to reproduce the behavior:

  1. Start cutter, open a C++ compiled .bin program
  2. When main windows shows up, click on Windows
  3. Scroll down to debug
  4. Only breakpoints option is enabled in the menu, i can see others but cannot enable them

Expected behavior Being able to enable/access the other debugging windows (other that breakpoints)

(I'm also searching for great cutter tutorials or channel specialised in reverse on youtube, if you have some i would be interested)

karliss commented 8 months ago

Cutter isn't just a debugger it's also static analysis and reverse engineering tool. Debug panels are only available while you are debugging.

When you start debugging cutter will switch the whole UI to debug layout. Once you finish debugging it will switch back to normal layout.