Acid is great, the best debugger I know, unfortunately the Unix port in plan9port is completely non-functional.
Go is really annoying to debug in acid though, because symbols contain dot characters. Somewhat ironically this was done because Unix debuggers were getting confused by the unicode middle dot character, so the unicode middle dot is replaced in the symbol and debug tables with a regular dot.
But on Plan 9 we should not do this process and we should keep the original middle dot.
Go is really annoying to debug in acid though, because symbols contain dot characters. Somewhat ironically this was done because Unix debuggers were getting confused by the unicode middle dot character, so the unicode middle dot is replaced in the symbol and debug tables with a regular dot.
But on Plan 9 we should not do this process and we should keep the original middle dot.