Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Using the Console Log

1677679002
GiGs
Pro
Sheet Author
API Scripter
For those who don't know, I'm making a blog to help those making a Roll20 character sheet. I think my latest post on logging in the browser console has a lot of stuff in it that most people havent used, so check it out: <a href="https://cybersphere.me/logging/" rel="nofollow">https://cybersphere.me/logging/</a> It's a work in progress, but there's a lot of help there for people using HTML, CSS, or JavaScript, geared to the needs of Roll20.
1677686058
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Nice write up gigs. Something I've recently discovered is that debugger works in character sheet code which can make figuring out an issue a lot easier cause you can step through functions as they process.
1677686620
GiGs
Pro
Sheet Author
API Scripter
That's interesting. I'll have to look into that.
GiGs,&nbsp; Thank you for posting the link to your Blog. I have already spent a few hours there surfing and reading.&nbsp; It has been a great resource, very helpful, and very educational.&nbsp; And yes, I did subscribe. &nbsp;&nbsp;
1677782521
GiGs
Pro
Sheet Author
API Scripter
I'm glad you're finding it useful, Sean - thanks for the subscription :)
1680985045
vÍnce
Pro
Sheet Author
Scott C. said: Nice write up gigs. Something I've recently discovered is that debugger works in character sheet code which can make figuring out an issue a lot easier cause you can step through functions as they process. Can you share any more details Scott? Thanks