commit 7986bcbebedbe49fe0d5ba430c350a6639b17c91
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Jan 28 08:49:55 2022 -0600
Fix error message in files test to account for added error verbosity
M api/files_test.go
commit f93b7328b5b4f703d446cf7c7ae874cae657f0e4
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Nov 15 12:16:16 2021 -0600
feat(debug): Enhance debug command options.
This adds the ability to get delta profiles for all the point-in-time
debugging options, addss the ability to specify the debug level of each
command if needed, and adds a shortcut for getting the current goroutine
stack dumps in a human-readable format equivalent to the one emitted
during an abort.
No server side changes are required for these changes, they just expose more
options that the native profiling package supports.
M cli/debug.go
End of Note