{"id":2720,"date":"2011-03-22T15:18:59","date_gmt":"2011-03-22T23:18:59","guid":{"rendered":"http:\/\/www.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/"},"modified":"2011-05-05T08:34:18","modified_gmt":"2011-05-05T16:34:18","slug":"feature-peek-primalscript-2011-debugging-with-arguments","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/","title":{"rendered":"Feature Peek PrimalScript 2011: Debugging with arguments"},"content":{"rendered":"<p>Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script.<\/p>\n<p>For debugging however most developers use a fixed set of test parameters for any given script, which allows you to easily reproduce the state you need for debugging a specific item.<\/p>\n<p>In the past that meant that for each script you had to manually set the parameters somewhere in a dialog box before debugging. It also meant that you somehow had to remember what the necessary parameters for a script where. If you are anything like me, that means a lot of Post-It notes on your desk.<\/p>\n<p>In PrimalScript 2011 you can store the debug parameters for each script within the script itself. Simply add a comment somewhere.<\/p>\n<p># %DebugArguments%=&quot;Kick the tires and light the fires&quot;<\/p>\n<p>or in VBScript<\/p>\n<p>&#8216;&#160; %DebugArguments%=&quot;That&#8217;s a negative, Ghost Rider&quot;<\/p>\n<p>The quotes are there to make this ONE single parameter, of course you can specify multiple parameters as well:<\/p>\n<p>%DebugArguments%=Servername Username password<\/p>\n<p>Anytime you press that debug button now these parameters get passed to your script. No more Post-It notes, no more remembering what the parameters are.<\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2011\/03\/PoshDebugArgs.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px\" title=\"PoshDebugArgs\" border=\"0\" alt=\"PoshDebugArgs\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2011\/03\/PoshDebugArgs_thumb.png\" width=\"244\" height=\"148\" \/><\/a><\/p>\n<p><em>(PowerShell debugger with preset arguments)<\/em><\/p>\n<p><a href=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2011\/03\/VBSDebugArgs.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px\" title=\"VBSDebugArgs\" border=\"0\" alt=\"VBSDebugArgs\" src=\"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2011\/03\/VBSDebugArgs_thumb.png\" width=\"244\" height=\"148\" \/><\/a><\/p>\n<p><em>(VBScript debugger with preset arguments)<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[582,176,21,24,25],"tags":[625,193,28,37,996],"class_list":["post-2720","post","type-post","status-publish","format-standard","hentry","category-feature-peek","category-sneak-peeks-at-the-next-version-of-primalscript","category-software-news","category-vbscript","category-windows-powershell","tag-arguments","tag-debugger","tag-powershell","tag-primalscript","tag-vbscript"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alex Riedel\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-03-22T23:18:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2011-05-05T16:34:18+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#blogposting\",\"name\":\"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog\",\"headline\":\"Feature Peek PrimalScript 2011: Debugging with arguments\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2011\\\/03\\\/PoshDebugArgs_thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#articleImage\"},\"datePublished\":\"2011-03-22T15:18:59-07:00\",\"dateModified\":\"2011-05-05T08:34:18-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#webpage\"},\"articleSection\":\"Feature Peek, PrimalScript v.Next, Software News, VBScript, Windows PowerShell, Arguments, Debugger, powershell, PrimalScript, VBScript\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/sneak-peeks-at-the-next-version-of-primalscript\\\/#listItem\",\"name\":\"PrimalScript v.Next\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/sneak-peeks-at-the-next-version-of-primalscript\\\/#listItem\",\"position\":3,\"name\":\"PrimalScript v.Next\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/sneak-peeks-at-the-next-version-of-primalscript\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#listItem\",\"name\":\"Feature Peek PrimalScript 2011: Debugging with arguments\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#listItem\",\"position\":4,\"name\":\"Feature Peek PrimalScript 2011: Debugging with arguments\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/sneak-peeks-at-the-next-version-of-primalscript\\\/#listItem\",\"name\":\"PrimalScript v.Next\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/\",\"name\":\"Alex Riedel\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/\",\"name\":\"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog\",\"description\":\"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2011\\\/03\\\/22\\\/feature-peek-primalscript-2011-debugging-with-arguments\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/alexander-riedel\\\/#author\"},\"datePublished\":\"2011-03-22T15:18:59-07:00\",\"dateModified\":\"2011-05-05T08:34:18-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog","description":"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to","canonical_url":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#blogposting","name":"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog","headline":"Feature Peek PrimalScript 2011: Debugging with arguments","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2011\/03\/PoshDebugArgs_thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#articleImage"},"datePublished":"2011-03-22T15:18:59-07:00","dateModified":"2011-05-05T08:34:18-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#webpage"},"articleSection":"Feature Peek, PrimalScript v.Next, Software News, VBScript, Windows PowerShell, Arguments, Debugger, powershell, PrimalScript, VBScript"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/#listItem","name":"PrimalScript v.Next"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/#listItem","position":3,"name":"PrimalScript v.Next","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#listItem","name":"Feature Peek PrimalScript 2011: Debugging with arguments"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#listItem","position":4,"name":"Feature Peek PrimalScript 2011: Debugging with arguments","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/#listItem","name":"PrimalScript v.Next"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/","name":"Alex Riedel"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/","name":"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog","description":"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/alexander-riedel\/#author"},"datePublished":"2011-03-22T15:18:59-07:00","dateModified":"2011-05-05T08:34:18-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog","og:description":"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to","og:url":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/","article:published_time":"2011-03-22T23:18:59+00:00","article:modified_time":"2011-05-05T16:34:18+00:00","twitter:card":"summary_large_image","twitter:title":"Feature Peek PrimalScript 2011: Debugging with arguments - DEV SAPIEN Blog","twitter:description":"Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script. For debugging however most developers use a fixed set of test parameters for any given script, which allows you to"},"aioseo_meta_data":{"post_id":"2720","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 15:01:49","updated":"2026-08-28 15:01:49"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/\" title=\"PrimalScript v.Next\">PrimalScript v.Next<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tFeature Peek PrimalScript 2011: Debugging with arguments\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PrimalScript v.Next","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/sneak-peeks-at-the-next-version-of-primalscript\/"},{"label":"Feature Peek PrimalScript 2011: Debugging with arguments","link":"https:\/\/dev.sapien.com\/blog\/2011\/03\/22\/feature-peek-primalscript-2011-debugging-with-arguments\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=2720"}],"version-history":[{"count":3,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2720\/revisions"}],"predecessor-version":[{"id":2722,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/2720\/revisions\/2722"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=2720"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=2720"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=2720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}