NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

All development tools for Pharo, developed with Spec

Results 129 NewTools issues
Sort by recently updated
recently updated
newest added

``` VersionBrowser >> compareToOtherVersion | labels versions index selected | versions := self changeList. labels := versions collect: [ :each | each stamp ]. index := UIManager default chooseFrom: labels....

``` onWindowClosed self unregisterFromAnnouncements. cache cacheChange ifTrue: [ (UIManager default confirm: 'Do you want log all wrong violations in the Manifests before closing the Critiques Browser ?') ifTrue: [ cache...

I have an error when I'm trying to ignore a set of instructions during debug : ![carretBug](https://github.com/pharo-spec/NewTools/assets/49183340/75958a8c-30b7-4b6d-9361-724356249ce0) My config : - Pharo 11 release (without advanced debug tools) - Windows...

debugger

The inspector auto-refresh does not respect the scrollbar state. Thus it jumps to the top automatically to the top. ![Pharo_GWW3SnvAcG](https://github.com/pharo-spec/NewTools/assets/572494/15f47d91-0aad-4e52-b899-f3eb6bb000b3)

During a debugging, when I'm started a test I'm arriving in an interessed method. In my case the concerned method have a `self halt`, I place some `self halt` to...

bug
debugger

… as the debugger's window title rather than the context predicate. This brings the behavior of `Exception signalIn: thisContext` in line with `Exception signal`with respect to having the same window...

debugger
need more work
conflicting

Break points are not working in Traits methods, this is a problem because sometimes I want to place a break point into Trait for have more possibility to find a...

bug
debugger

How to reproduce: - Debug a test with an #assert:equals: - Step over until you get to the #assert:equals: - Step into Expected behavior: I expect to get into the...

bug
debugger

In the debugger, above the evaluator, there is an icon to open a menu with halt options (halt on read, halt on write...). The icon is not really explicit and...

enhancement
debugger

Currently, when doing some code where a non-existing selector is used, the debugger pops up and a button allows for the creation of the named selector. The popup doesn't allow...

enhancement
debugger