Adam Frisby

Results 16 comments of Adam Frisby

Hi - we're looking into a C# port as well, could I potentially sponsor someone to help make this happen? If you think you can do it, we'd be happy...

It generally is enough yes. The only case I can see where it wouldn't be, would be us using patch versions simultaneously (often they're buggy/unstable, but fix a bug we...

Being able to force the path in the build configuration, or via an environment variable which can be adjusted on a per-config basis would be useful. We store all our...

Will take a look - that does definitely look wrong.

Same issue here - I am able to confirm the Debug Console works (and echoing a value from the script does return correctly), but breakpoints do not work, and variables/watch/call...

In my case, partially. The watch/call/variables windows will populate when pausing the execution -- the issue I had was in fixing an exception (afraid details escape me right now) in...

Found the issue - the Javascript Lexer is re-using the Lua one, Lua supports long strings denoted by "[[", the issue is line 216 of Lexer.cs. I've patched my local...

I did this for Sinespace (which is using Moonsharp) - we implemented it as a custom Debugger, which has the power to interrupt after each instruction.

Hi; can reproduce this issue as well - XCode 14.1 (14B47b), will post back if I get a workaround.

> Hi; can reproduce this issue as well - XCode 14.1 (14B47b), will post back if I get a workaround. In my case it was git-lfs pointer files being copied...