lovebird icon indicating copy to clipboard operation
lovebird copied to clipboard

A browser-based debug console for LÖVE

Results 7 lovebird issues
Sort by recently updated
recently updated
newest added

## Changes Introduced a new function `lovebird.loadstringAlt`. By default it points to the same function as `lovebird.loadstring`. If `fennel` is in the global namespace it points to a new function...

![screenshot](https://user-images.githubusercontent.com/42620439/47070424-d24b1d00-d1f9-11e8-9fc4-31dc37ded455.png) As you can see on the screenshot, global table **app** is existed and I can get access to her fields from the command line, but at the right side...

I'm in the middle of trying to find a well hidden memory leak. Lovebird would help a lot if I could explore upvalues/locals/etc. from the right column.

Hello! I have a problem with debugging. I'm writing a module which has no global variables, because it has no right to clog the global scope. So, how can I...

Currently it's almost impossible to use something like [inspect.lua](https://github.com/kikito/inspect.lua) to inspect tables because there's no indentation. Probably trimmed when the text is being converted to HTML.