Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
122 user(s) are online (98 user(s) are browsing Forums)

Members: 0
Guests: 122

more...

Headlines

 
  Register To Post  

Debugging on os4
Just popping in
Just popping in


See User information
Howdy,
What is the best way/tools used on OS4 to debug c/c++ code?

When the code runs under windows or Linux it's all good, but in os4 on repeated launches it causes the machine to lock up or have dsi errors.

Any advice appreciated.

Thanks
Dave

Go to top
Re: Debugging on os4
Home away from home
Home away from home


See User information
Sad but truth, the best way to debug os4 binaries is good old "printf" way + serial debug to catch a crash logs (to have output even if machine freeze).

Of course, we do have some helpful tools, but .. i can't say they are mature enough and ready for _real everyday work_.

The best practice is just build the binary with debug symbols in (via -gstabs added to compiling line), then when it crashes, check on what line from stack-trace, and then, put prinfs all over the places to see, when it exactly crashes and so on.

If you mean do we have debuggers : then, GDB is out of question, our version only good for simple tests. old DB101 and current Spotless developed by Alfkil can be also used till some except, but still it's not like usage of fully blown debuggers on win32 :)

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Debugging on os4
Just popping in
Just popping in


See User information
If you try to debug programs on a X5000 you are out of luck anyway. The stock kernel on a X5000 is broken and prevents any debugger (gdb, DB101 or Spotless) to work.

As kas1e says, printf/kprintf/IExec->DebugPrintF are your friends.

And maybe that helps you finding the problematic line of code after a crash: https://wiki.amigaos.net/wiki/Using_Crash-Logs_for_Debugging

Go to top
Re: Debugging on os4
Not too shy to talk
Not too shy to talk


See User information
@FlynnTheAvatar

Quote:
The stock kernel on a X5000 is broken and prevents any debugger (gdb, DB101 or Spotless) to work.


Is this something that whoever works on the Kernel knows about and is looking at? Sounds like a pretty major flaw.


Amiga x5040 ı 16GB ı RX580
GB-A1000 060@100,
A1200 PiStorm32-Lite CM4
Go to top
Re: Debugging on os4
Quite a regular
Quite a regular


See User information
It never worked to begin with.

It is a massive flaw.

We have been waiting for a necessary upgrade to the ELF.LIBRARY for too long now.

Though, I think it is coming very soon.

Behind the scenes, things are moving, though; slowly.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project