Skip to content

Conversation

@samisalreadytaken
Copy link

Fixing bugs I experienced yesterday.

Specifically it fixes profiler reset, pause/resume, output logic, and enables adding data breakpoints on outer variables.

local a = 0;
function fn()
{
	sqdbg_watch("a");
	a = 1;
}

PR Checklist

  • My PR follows all guidelines in the CONTRIBUTING.md file
  • My PR targets a develop branch OR targets another branch with a specific goal in mind

@Blixibon Blixibon merged commit b652c6f into mapbase-source:develop Jul 28, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants