Skip to content

breakpoints fail to stop code running #331

@MPC-BlackBox

Description

@MPC-BlackBox

Hi, I am trying to setup a erlang ide using eclipse. I have followed all the setup information with success.

I can run the following test code:
start() ->
Bin1 = <<10,20>>,
X = binary_to_list(Bin1),
io:fwrite("~w",[X]).

Trying to manually setup debug configuration does not work but debug as erlang application fills in all the boxes and it does work.

Only issue is break points do not work. They are ignored.

Debug config settings are attached below.

erlide - Erlang language tools 0.56.0.201909301105

config1
Config2
config3

Any ideas greatly appreciated.

Thanks MPC.

Originally posted by @MPC-BlackBox in #316 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions