ammarhakim / gkyl

This is the main source repo for the Gkeyll 2.0 code. Please see gkeyll.rtfd.io for details.
https://gkeyll.readthedocs.io/en/latest/
54 stars 14 forks source link

G0 merge debug #156

Closed Maxwell-Rosen closed 7 months ago

Maxwell-Rosen commented 8 months ago

Including debug.lua. It works great with gkyll from thorough testing. I tried to add some functionality to it, but I was unsuccessful. I also tried adding enhanced stack tracing using "StackTracePlus.lua", but it wasn't working so I abandoned it.

JunoRavin commented 8 months ago

What does "it works great" mean here? You have only committed the debugger.lua, which looks to be copied code from elsewhere. Can you commit use cases somewhere?

Maxwell-Rosen commented 8 months ago

I can include their unit test that they use. It is copied from a repo called debugger.lua. I've used it to debug some of my GK code. They have a nice walkthrough of how to use it.