How to publish debug build of Azure Function to enable debugging? -


i'm trying debug azure function, there doesn't appear way of changing debug/release mode within new azure functions tools in visual studio 2017.3.

how debug?

enter image description here

as far know, vs2017 preview doesn't provide way directly change publish setting.

i suggest find publish profile , change setting yourself.

more details, follow below image:

1.open application folder

enter image description here

2.you locate profile file folder , find publish profile.

\properties\publishprofiles 

3.open profile , change release debug.

enter image description here

the result this:

enter image description here

notice: see configuration changed, need reopen visual studio preview.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -