<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IDE support on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/</link><description>Recent content in IDE support on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/local-development/ides/index.xml" rel="self" type="application/rss+xml"/><item><title>IntelliJ</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/intellij/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/intellij/</guid><description>&lt;p>When developing Dapr applications, you typically use the Dapr CLI to start your &amp;lsquo;Daprized&amp;rsquo; service similar to this:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>dapr run --app-id nodeapp --app-port &lt;span style="color:#0000cf;font-weight:bold">3000&lt;/span> --dapr-http-port &lt;span style="color:#0000cf;font-weight:bold">3500&lt;/span> app.js
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>This uses the default components yaml files (created on &lt;code>dapr init&lt;/code>) so that your service can interact with the local Redis container. This is great when you are just getting started but what if you want to attach a debugger to your service and step through the code? This is where you can use the dapr cli without invoking an app.&lt;/p></description></item></channel></rss>