You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ The first thing we need to do is setup the tools required to build and run an ap
17
17
* Execute ```kvm upgrade```. This command will download the latest version of the SDK and put it on your user profile ready to use. You could also install a specific version here instead of getting the latest, see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager)
18
18
* Navigate to samples\HelloConsole
19
19
* Run ```K run```
20
-
* You should see some compiler output and a message saying "Hello World"
20
+
* You should see a message saying "Hello World"
21
+
* Type ```SET KRE_TRACE=1```
22
+
* Run ```K run```
23
+
* You should now see compiler output as well as the "Hello World" message
0 commit comments