Open infu opened 3 weeks ago
It's possible to show these logs, but requires an update to pic-js. If you're interested in contributing, this PR on the Rust library implements what's needed: https://github.com/dfinity/ic/pull/2533. Otherwise, I should be able to get to this myself in the coming weeks.
Starting server with
PocketIcServer.start({showRuntimeLogs:false, showCanisterLogs:true })
Debug.print(...) shows in console Canister trapping (ex: Debug.trap(...)), division by zero,.. doesn't show in timers/heartbeat Not entirely sure if the problem is in pic-js, pocketic or Motoko