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

Facing issue while using author and metadescription #97

Open
kunjee17 opened this issue Feb 13, 2014 · 2 comments
Open

Facing issue while using author and metadescription #97

kunjee17 opened this issue Feb 13, 2014 · 2 comments

Comments

@kunjee17
Copy link

I may be using in wrong way. But when I tried to use author and metadescription in post layout, I was facing issue. My page was not getting rendered. Though I didn't get any compilation error while running it. It was working fine. I am using template for now. Please let me know how can I debug the issue. So, I can check out and if I found something will provide the details.

Let me know if any further details is required.

@phillip-haydon
Copy link
Member

There's actually a setting to pause the .exe when it starts, giving you time to attach a debugger.

If you download the source, run your app, then attach the debugger, you can step through the code.

When you run the exe, add the parameter: vsdebug=true

When I do this sort of debugging and I find the issue I usually add some more logging code around it so that if someone else runs into the issue, theres some more helpful info. (or fix the bug if its code related) :)

@kunjee17
Copy link
Author

Okies... I ll check it out in weekend. It will be fun. :P , will let you know the details or even fix if possible. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants