Back
Similar todos
Continue reading the IntelliJ tutorial on debugging Go; was told I needed to install the ARM version of Go so I did that; trying to resolve other errors when I try to run the debugger.
Debugging #cloudzen
Debugging bugs #jovial
publish "table driven unit testing in go" #progolang progolang.com/table-driven-un…
Keep debugging #stenograph
Added github.com/roberthopman/toets… for general debugging advise
debugging #cloudzen
#learn how to debug PHP in VS Code
Struggled to incorporate the Line "echo bot" code into my existing Huma Go backend framework code, so I just YOLO'd it and copied the example code into my `main.go` for the purpose of seeing if I can get it working...ran into an error when pushing to Dokku, it seems to be because I didn't set the Line-related env variables before pushing...set those vars on my Dokku server...clicked the Line 'Verify' button for the callback URL and got a 404, so I now need to look into what happened...I think the issue is that the echo bot code assumes I'll use the DefaultServeMux, but I'm actually using a chi Mux. The key line difference is `log.Fatal(http.ListenAndServe(":"+port, r))`, where the example has `nil` instead of `r`...YOLO'd it again by just disabling the router I had gotten working, just to see if the webhook will work, and got a Success when I clicked the Verify button...next up is to either clean up this mess I've made in my code or keep pushing forwards and try to get the ChatGPT part working.
code debugging for tonight
Debug, debug, debug. #jovial
Testing and debugging #mapmelon
Testing and debugging #mangobeds
stayed up later than normal getting VS Code devcontainers working so I an debug easier.
tried to figure out how to run the VS Code debugger in a Docker container via Compose. I saw someone do it today and it looked so easy...