I am trying to log certain program data in my ObjectScript REST class, to track down a bug I have.I am comparing two values at runtime, and one result does one thing, and another a different thing.Since this is a REST API class, I have no way of seeing in real time what the value is to debug.I cannot simply run the method in debug in Studio as it will not run properly being a REST class method, nor have the correct incoming header data to correctly replicate what is happening in the API at runtime when being hit by client apps.
This question originally appeared in the comments of the article: Git for Shared Development Environments
I am trying to implement this for my Department of Veterans Affairs development group, the problem I have is, there seems to be no way to keep each package's repo separate.For projects in VA, it is very important (and it's also much more practical from a working perspective) to have a separate GitHub repo for each project, and for us in IRIS a project is a package more or less.