Yes, completely separate from using or not using Adobe Launch, you should be able to see your data layer in the console. For example, if your data layer is located at window.digitalData you can see a formatted output of it by typing JSON.stringify(window.digitalData); in the console. For other debug...