-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Not everything written here will be implemented in the next version.
-
Add: Implement the context menu for Variables view #75
- Implement
- Document
- Test
-
Add: [Suggestion] Put built in vars in another category #88
- Implement
- Document
- Test
-
Add: OutputDebug and v1.8.0 #142
- useAnnounce
useAnnounce: boolean | "error" | "detail" = true;
- Implement
- Document
- Test
- useOutputDebug
- Consider the option for OutputDebug. The following is a draft.
useOutputDebug: { category: "stdout" | "stderr" | "console"; useTrailingLinebreak: boolean; }
- Implement
- Document
- Test
- Consider the option for OutputDebug. The following is a draft.
- useAnnounce
-
Add Support ClearConsole directive #147
- Implement
- Document
- Test
-
Add: Support
Add to Watch
andCopy as Expression
in the context menu of data inspection #148- Implement
- Document
- Test
-
Add: Add meta-variables that are useful for outputting logs #150
- Implement
- Document
- Test
-
Add: Add a meta variable to output variable categories. #151
- Implement
- Document
- Test
-
Add: Add a context menu to display the value of a variable #154
- Implement
- Document
- Test
-
Add: Add operator to conditional breakpoints to search for values in object #162
- Implement
- Document
- Test
-
- Implement
- Document
- Test
-
Change: Improve the output method to the debug console at log point, etc. #157
- Implement
- Document
- Test
-
Change: Add the
has
operator to conditional breakpoint #161- Implement
- Document
- Test
-
Change: Enhanced hover information #165
- Implement
-
Document - Test
-
- Implement
- Document
- Test
-
Fix: [v2] Cannot correctly recognize scripts loaded with relative paths. #134
-
Fix: Unable to retrieve child of child elements of logged objects #146
-
Fix: Improve breakpoint processing
-
Fix: Watch expression will only show the contents of the latest call stack #149
-
Fix: Incorrect handling of escapes in double bracketing in log points, etc. #158
-
Fix: Properties with "base" in the name show wrong content or cannot be expanded #163
-
Fix:
0x0
is not treated as falsy in conditional breakpoint #167 -
Fix: [v2] Bracket notation suggestion displays properties that are not actually available #178
-
Adjustment tasks for the current development version
- Display suggestions as
base
instead of<base>
- The
instance.<base>. <base>
will be modified in the next AutoHotkey-v1, so change to a simple process. The workaround code will remain to work in the current or previous versions - Fix the issue of incorrect watch expression in AutoExec section.
- Display suggestions as
-
Area of influence
- Data inspection
- Watch expression
- Call stack
- Loaded scripts
- Conditional breakpoint
- Hit count breakpoint
- Log point
- Intellisense
- PerfTips
- Debug console
-
Recheck the documentation
-
Change bundling process from webpack to esbuild
-
Final check using Windows SandBox.