Beef
Beef copied to clipboard
Beef Programming Language
Ability to add breakpoint on every entrypoint/method/function/procedure in a file or project in one shot. This could be even better if it could add a breakpoint to every { up...
Add global hotkey in IDE for breaking at any point in the user code The premise is that I can then press actionable keys in the game and also at...
In VS C# you can put breakpoints on {. Can be handy in situation like: ```cs if (Native.EnumProcessModulesEx(process.Handle, modulePointers, bytesNeeded, out bytesNeeded, (uint)Native.ModuleFilter.ListModulesAll)) BP { for (int index = 0;...
It's exciting to see LINQ available for Beef, there's been occasions I couldn't figure out how to do something without it! The code below says there's 1 object memory leak....
eg. clicking line in output window: C:\beefsrc\extern\llvm_project_11_0_0\llvm\include\llvm\ADT\DenseMap.h(16,10): fatal error C1083: Cannot open include... would open that DenseMap.h and the line specified in the error as a side note, I was...
It seems that BeefBuild generated object/archive is not compatible with Apple LLVM (with bitcode disabled). I've tried a bunch of triplets aarch64-apple-io, arm64-apple-ios always getting the same result. Lipo tool...
Would it be possible to set up some GitHub Actions (or another CI system) to automatically build and archive Beef for macOS and Linux? Manually building from source is not...
#### Note: There's a repo project that builds an APK and everything from Android Studio attached. It also contains pre-built libffi and libBeefRT for all arch - debug configuration, To...
Crash dump in zip shows error in more detail. [Project.zip](https://github.com/beefytech/Beef/files/6086251/Project.zip)
- Added collapse, maximize and hide buttons and corresponding menu items to TabbedViews (Hide replaces close unless you really want to remove the DockingFrame) - Keeps track of visibilty of...