Skip to content

Commit a81036f

Browse files
authored
Merge pull request #298 from EventStore/jageall/warn-debug
Make it clear that debugging projections is different to the runtime environment
2 parents 09db474 + d2661c0 commit a81036f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/js/modules/projections/templates/templates.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/modules/projections/views/projections.item.debug.tpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ <h3 class="block-title">Instructions</h3>
5353
<li>Execution will stop on ‘debugger’ statement immediately before invoking your event handler.</li>
5454
</ol>
5555
<p>Any log output and emitted events will appear in the log viewer.</p>
56+
<p class="note--warning">The projection will be debugged using the browsers javascript engine and may behave differently than when it is running normally</p>
5657
</div>
5758
</div>
5859
<div class="container-right">

0 commit comments

Comments
 (0)