Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging granularity #33

Closed
dgets opened this issue Jan 22, 2015 · 7 comments
Closed

Debugging granularity #33

dgets opened this issue Jan 22, 2015 · 7 comments
Assignees
Milestone

Comments

@dgets
Copy link
Owner

dgets commented Jan 22, 2015

For full beta development, as well as the next issue that I'm going to create that will allow more testing to take place by more individuals, it will be necessary to implement much more granular debugging. IE: debugging of just xpress messaging functionality, or message base (or even down to just posting), or navigation features, etc.

@dgets dgets self-assigned this Jan 22, 2015
@dgets dgets added this to the Beta features milestone Jan 22, 2015
@dgets
Copy link
Owner Author

dgets commented Feb 4, 2015

Potential is there now; just not fully implemented yet. As of this point, any level greater than 0 in the stand-alone file turns on debugging; in the future, different integer values or bitfields will turn on different settings to debug. Thinking very much of throwing this into the user's JSON object implementation that I'm creating an issue about in a second here.

@dgets
Copy link
Owner Author

dgets commented Feb 11, 2015

Here's where we be standing with things after this morning's foggy debugging and outside assistance:

ddoc-granular-debugging1

@dgets
Copy link
Owner Author

dgets commented Feb 11, 2015

See also: code location of most of this, mentioned in issue #42. I do believe this is just a matter of user Ddoctest not having a JSON record defined yet; we'll have to catch that and take it to the settings area, if such is the case. Obviously the control flow for that is not working properly if that's what's up.

@dgets
Copy link
Owner Author

dgets commented Feb 13, 2015

It appears that I've finally debugged the debugging. Heh. Glad to have this done with. Back to the mHdr issue, now.

@dgets dgets closed this as completed Feb 13, 2015
@dgets
Copy link
Owner Author

dgets commented Feb 20, 2015

Ugh.

Looking for Ddoctest
Skipping line in ddocdbgr
Got: 0 in the first iteration through.
Skipping line in ddocdbgr
Iteration #: 1 got: 0
This appears to be okay JSON.
Iteration #: 2 got: [object Object]
This appears to be okay JSON.
Iteration #: 3 got: [object Object]
Skipping line in ddocdbgr
Iteration #: 4 got: 0
In getNTestLine():
Error trying to read/parse tmpLine: line is null        #: undefined    Error: TypeError
In initDdoc:
Error: userData is undefined    #: undefined    Name: TypeError
Oont nao vhe vhill set Ddoctest's debugging options.

@dgets dgets reopened this Feb 20, 2015
@dgets
Copy link
Owner Author

dgets commented Feb 22, 2015

NOTE: This was working on the revisions of 9 days ago. Check out what was different there.

This revision can be found at: commit ID #: abf2e95

@dgets
Copy link
Owner Author

dgets commented Feb 23, 2015

Finally got this fixed again (though not with all of the error catching that I want at this point-- but good enough for now) as of the following commit ID#: 24093c1

@dgets dgets closed this as completed Feb 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant