PDA

View Full Version : Is there a way to Debug a RELEASE build ?



MarkGoldberg
02-03-2016, 06:57 AM
I have setup a script that it must have a release in use
I would like to be able to use the debug feature but I cannot find a way to debug a release

linder
02-03-2016, 07:29 AM
Hi Mark,

do you mean how to debug a Release from the "Releases Visualizer" (see attached screenshots)?

Just compile the specific Release (in our example: "New Release 2") and then press the Debug button. This will debug the compiled Release.

Friedrich