Closed dandevelo closed 7 years ago
You have to enable debug mode first, as I remember.
You're right. Got this from handlers.go.
ok := w.SetOption(sciter.SCITER_SET_DEBUG_MODE, 1)
if !ok {
log.Println("set debug mode failed")
}
It works now! Thanks a lot!
This is the html I'm testing with simple.go
When I click the Inspector button it seems like it is connecting but when clicking the other button - the one with the
stdout.printf("Clicked the button"\n)
, nothing is written in the inspector console.The html runs without any issues in Sciter.app. It only has issues in the Go app.
This is on macOS.