event references in debug mode

Post Reply
GT73
User
Posts: 415

event references in debug mode

Post by GT73 »

It would be useful to have in the debug mode the reference of the page or the position of the code / query executed

eg:
Global Code -> sql: SELECT campagne.idCampagna FROM campagne WHERE campagne.Attiva = '1', executionMS: 0.0011160373687744
MyPageList -> Page_Render -> sql: SELECT *, (select loyaltycard.CodiceBarre from loyaltycard where loyaltycard.idLoyaltyCard = clienti.idLoyaltyCard) AS `c_BarCode..


mobhar
User
Posts: 11727

Post by mobhar »

+1


Post Reply