Page 1 of 1

debug archive mode

Posted: 17 February 2021, 11:53
by Ralchimist
Hi!

Is there a way to debug archive mode on dev environnement?
I have a JS issue when I want to watch replay from ended game.
Is the archive mode runs with last deployed JS file or with the file present at the time?

Thx for your help!

Re: debug archive mode

Posted: 19 February 2021, 00:49
by Victoria_La
You can debug it the browser embedded debugger. You can put breakpoints the code and such. It will looks weird because of minificatiion
but you can format it.

Re: debug archive mode

Posted: 19 February 2021, 21:58
by Ralchimist
But I only can test things on production? Isn't it a bit dangerous?

Re: debug archive mode

Posted: 20 February 2021, 22:47
by Victoria_La
Dungerious in a sense that you have not tried before? Usually reply is not a big deal even it has bug.
If you think reply does not work in studio raise a bug.