You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: dfinity/ic#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
The text was updated successfully, but these errors were encountered: