TaledensInvManagerUpdated icon indicating copy to clipboard operation
TaledensInvManagerUpdated copied to clipboard

Debug panel not debugging

Open theit8514 opened this issue 7 years ago • 0 comments

I have my debug panel set up with name '[DEBUG]' and my programmable block is set with:

TIM_version=1006004
norewrite
prefix=
debug=quotas
debug=assemblers

The debug panel is updating every loop, but it does not contain any information about what is getting queued to the assembler or information about quotas. TIM was adding AlloyPlates to the assembler at the time so I know that there should be something writing to the debug panel under

It appears that debugLogic gets cleared in Main() before the processing, but debugLogic is only populated if CustomData is changed in ProcessStepProcessArgs.

theit8514 avatar Apr 24 '18 01:04 theit8514