Re: Proper location for debugging tools

2020-09-14 Thread Blake Bender
Right - I'm aware of that directory in Geode, just not sure this belongs there... yet(?). I'll submit a PR for the native repo, and if I or someone else eventually adapts it for the Java client (low probability IMO), it can be moved easily. Thanks, Blake On 9/11/20, 2:11 PM, "Dan Smith" wr

Re: Proper location for debugging tools

2020-09-11 Thread Dan Smith
The main geode repo has a dev-tools directory, that’s a good spot for scripts. If it’s specific to native client I’d put it in geode-native but if not the geode repo seems fine. -Dan > On Sep 11, 2020, at 1:41 PM, Blake Bender wrote: > > Hi all, > > I have a Python script I’ve used quite a b

Proper location for debugging tools

2020-09-11 Thread Blake Bender
Hi all, I have a Python script I’ve used quite a bit for diagnosing/debugging issues in geode-native that can decode a whole lot of protocol information from a debug-level log file. I think it comes in pretty handy, and would like to share. Just a quick question, though – where’s the right pl