Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 26, 2024
1 parent ffd5024 commit 061d520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/news/2024-04-26-pharo12-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Some highlights of this amazing version:

### New breakpoint system

> The debug point system is a breakpoint model that supersedes the previous implementation of breakpoints and watchpoints. They are configurable, composable, and extensible. The traditional breakpoints remain available, including conditional breakpoints, one-time breakpoints, and object-centric breakpoints. Additionally, there are new types of breakpoints, such as chained-breakpoints, which condition the activation of certain breakpoints on the triggering of others (e.g., breakpoint B only activates if breakpoint A is hit first). Debug points also feature a dedicated browser and integration options.
The debug point system is a breakpoint model that supersedes the previous implementation of breakpoints and watchpoints. They are configurable, composable, and extensible. The traditional breakpoints remain available, including conditional breakpoints, one-time breakpoints, and object-centric breakpoints. Additionally, there are new types of breakpoints, such as chained-breakpoints, which condition the activation of certain breakpoints on the triggering of others (e.g., breakpoint B only activates if breakpoint A is hit first). Debug points also feature a dedicated browser and integration options.

![Debug Point Browser](/news/Pharo12DebugPoints.png)

Expand All @@ -49,7 +49,7 @@ Some highlights of this amazing version:

- New architecture for refactorings and domain specific transformations
- Code loading speed improvement
- Fast browsing via fully optimised package tags
- Fast browsing via fully optimized package tags
- Optmized memory usage via optimized method protocols
- Compiler simplifications and improvements

Expand Down

0 comments on commit 061d520

Please sign in to comment.