NewTools
NewTools copied to clipboard
Debugger : no functional breakpoints in Traits methods
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, else I do place a break point in each users classes...
In my example, place a break point in TMyTraits>>iWantToDebugYou and the do it below doesn't raised the break point :
class := MyClass new.
class iWantToDebugYou.
The code :
My config :
- Windows 10 Pro
- Pharo 11 release 64 bits (last VM)