inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

console.log does not respond #179

Closed NawarA closed 1 year ago

NawarA commented 1 year ago

Steps to Reproduce:

  1. Javascript console doesnt respond to user input
  2. console.log( 1+ 1) returns not 2 but console.log(1+1)
  3. the console just mirrors back whatever you write, instead of being JIT compiled / executed

image

NawarA commented 1 year ago

nevermind, i think it was a weird iframe issue. I'll close shortly if I confirm thats the case