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?
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
2.you locate profile file folder , find publish profile.
\properties\publishprofiles
3.open profile , change release debug.
the result this:
notice: see configuration changed, need reopen visual studio preview.
Comments
Post a Comment