Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix scanner debugging #611

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

fix scanner debugging #611

wants to merge 6 commits into from

Conversation

shakyShane
Copy link
Collaborator

@shakyShane shakyShane commented Jul 21, 2024

Reviewer: @GioSensation @dbajpeyi
Asana: https://app.asana.com/0/1198964220583541/1207861029205748/f

Description

The scanner debugging flow was broken with recent changes, this fixes it + makes it more dynamic.

The most important aspect, is ensuring the entire scanning flow can execute from plain ESM module imports - by having that goal you get great debugging.

ScreenFlow.mp4

Copy link
Member

@GioSensation GioSensation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this! ❤️ Just a couple of minor minor nits.

Comment on lines +23 to +25
populateDataIfNeeded: () => {
// console.log('populateDataIfNeeded');
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this still be here?

src/Scanner.debug.js Outdated Show resolved Hide resolved
Co-authored-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>

```bash
npm run server
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
npm run server
npm run serve

@GioSensation
Copy link
Member

This is waiting for another bit of work by Shane to re-enable dumping html forms in the scanner debug file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants