Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active July 13, 2020 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/847ba47106bac5740d58a72e511044eb to your computer and use it in GitHub Desktop.
Save zuzannamj/847ba47106bac5740d58a72e511044eb to your computer and use it in GitHub Desktop.
<script runat="server">
Platform.Load("Core","1.1.1");
try{
</script>
%%[ your AMPscript block goes here ]%%
<script runat="server">
}catch(e){
Write(Stringify(e));
}
</script>
@cvvishalkumar
Copy link

Very helpful to debug and especially developing complex cloud pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment