NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Debugger : no functional breakpoints in Traits methods

Open labordep opened this issue 1 year ago • 1 comments

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 :

TraitDebugTest.zip

image

My config :

  • Windows 10 Pro
  • Pharo 11 release 64 bits (last VM)

labordep avatar May 25 '23 07:05 labordep