Skip to content
#

debugging

Here are 1,505 public repositories matching this topic...

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

  • Updated Sep 19, 2021
  • Swift
morgansliman
morgansliman commented Dec 22, 2021

Currently the hardhat-vyper plugin is hardcoded to request the first 100 releases from the vyper github repo. This is fine for the time being as they aren't anywhere near 100 releases yet, but it should be refactored to handle a possibly paginated response from github.

Ideally it would aggregate all results from all pages returned from github before saving the list.json file.

Improve this page

Add a description, image, and links to the debugging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the debugging topic, visit your repo's landing page and select "manage topics."

Learn more