You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using VS Code and the Julia extension to debug my Julia projects.
When debugging code that also uses OMJulia I'm hitting errors I don't see when running the code without the debugger.
How to reproduce
When starting to debug a file with
using OMJulia
using OMJulia: sendExpression
omc =OMCSession()
sendExpression(omc, "loadModel(Modelica)")
sendExpression(omc, "simulate(Modelica.Electrical.Analog.Examples.CauerLowPassAnalog)")
sendExpression(omc, "quit()", parsed=false)
@error"Try to break before you hit me!"
Description
I'm using VS Code and the Julia extension to debug my Julia projects.
When debugging code that also uses OMJulia I'm hitting errors I don't see when running the code without the debugger.
How to reproduce
When starting to debug a file with
I'm hitting an error in ZMQ.jl package:
I'm not sure if this is a ZMQ problem or the
omc.socket
from OMJulia is different when I'm debugging.Without debugging
with debugging
Versions 'n stuff
The text was updated successfully, but these errors were encountered: