Skip to content

Commit

Permalink
Merge pull request #67 from pharo-project/prepare-release-pharo12
Browse files Browse the repository at this point in the history
fix date and image
  • Loading branch information
estebanlm authored Apr 26, 2024
2 parents 0209dd6 + 061d520 commit 67804af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Pharo 12 Released!
layout: blogpost
publishDate: "2024-04-25"
publishDate: "2024-04-26"

Dear Pharo users and dynamic language lovers:

Expand Down 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
Binary file modified site/news/Pharo12DebugPoints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 67804af

Please sign in to comment.