When I run “./chirpwx.py” from my development copy of CHIRP (with developer mode turned on) … NOW where can I find the debug log? If I knew its name, I suppose I could run find(1) to get it. If it needs to be named in some parameter so I can access it, what’s the parameter? Does it require a redirect from stderr?
WARNING: Going to interact with radio at the console
Locals are: main, radio
What are interesting things one can do with the driver interaction? Can one set breakpoints? Modify code on-the-fly? Inspect or change program state other than the data seen by the browser?
I am just barely aware enough to ask python for "dir(radio)” and for individual items in my driver… what next?
Thanks for any direction or suggestions.