Steven Costiou

Results 17 issues of Steven Costiou

So that we can have analog inputs with an inspector on the MCP3008 chip.

enhancement

- cleans the DebugSession - cleans Oups (almost, I did not touch two methods about warnings yet) Debuggers are now responsible to handle specific backend requirements: - graphical debuggers cannot...

Attempt to fix #15449 It removes the two UIProcess globals that existed in two distinct Morphic classes, and moves it in Process. A new api is proposed in Process to...

Status: Need more work
Status: Discussion
Status: WIP

Fixing a bug in syntax highlighting in the debugger because there is a desync between methods on the stack and methods modified with breakpoints in the system. With @MarcusDenker ##...

Status: Need more work

@adri09070 can you review?

See method #setSelectionInterval: in TextPresenter class : it calls rawValue: method on the selection holder, which does not reports the change. The #value: method should be used instead.

bug
review

It requires the spec gtk backend to reimplement spawnNewDebugSessionForSpecBackend: and returns its own debug session. The spec gtk debug session must implement at least deferDebuggerOpeningToBackend: that can just do aStDebugger...

This is due to selection remembering in the inspector: if we select a variable in the inspector, then change context in the stack and then go back to the first...

debugger