Replies: 14 comments 5 replies
-
|
Are you in the Assembly tab?
If so, you can create a breakpoint on the address by double-clicking on it. Or, use RightMouseButton.
|
Beta Was this translation helpful? Give feedback.
-
|
Or provide more details on how you're trying to enter the breakpoint. |
Beta Was this translation helpful? Give feedback.
-
|
Here's a Wiki page on setting breakpoints. |
Beta Was this translation helpful? Give feedback.
-
|
I don't have C source file, but ASM.
I can debug the file by GDB or LLDB. For example: Seer does't stop the program at the breakpoint address. The program still exits. |
Beta Was this translation helpful? Give feedback.
-
|
Exactly. The Best solution is to have an option to stop the program at the first instruction, Second. |
Beta Was this translation helpful? Give feedback.
-
|
Is "test.elf" something you can give me? Is it a simple program? And instructions how to compile/link it? |
Beta Was this translation helpful? Give feedback.
-
|
What OS are you using - win, mac, linux? I use Linux. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Okay. I found the regression. Stupid bug on my part. There's nothing you can do until I release a new flatpak. Hopefully in the next couple days. When I release it, I'll update this thread with the steps for you to take to debug your program (after you install the new flat pack). Stay tuned! |
Beta Was this translation helpful? Give feedback.
-
|
Note, the new flatpack will have the fix for showing your custom UpperCase font. As well, it will have an option to convert assembly text to uppercase (if you don't want to use your custom font). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
BTW, I noticed in the "GDB log.txt" file there are some errors with Seer using "/tmp". Is there no "/tmp" on your machine? Or is protected? I may have to use a different directory for Seer's temp files. |
Beta Was this translation helpful? Give feedback.
-
|
Seer uses Flatpak, I don't know what cause of |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
-
I tried set value (0x08049000) in "Run/Break in" field but give "Program exited noramally".
Beta Was this translation helpful? Give feedback.
All reactions