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

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -